From a31c3c10872780991da9cabbb4ce62fd7fa599da Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Tue, 9 Mar 2021 12:40:16 +0100 Subject: [PATCH] lrkproxy: Makefile - removed unnecessary DEFS+=-DKAMAILIO_MOD_INTERFACE --- src/modules/lrkproxy/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modules/lrkproxy/Makefile b/src/modules/lrkproxy/Makefile index 54159bcebf0..9b890a4262d 100644 --- a/src/modules/lrkproxy/Makefile +++ b/src/modules/lrkproxy/Makefile @@ -2,15 +2,13 @@ # lrkproxy module makefile # # -# WARNING: do not run this directly, it should be run by the master Makefile +# WARNING: do not run this directly, it should be run by the main Makefile include ../../Makefile.defs auto_gen= NAME=lrkproxy.so LIBS= -DEFS+=-DKAMAILIO_MOD_INTERFACE - SERLIBPATH=../../lib #SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1 include ../../Makefile.modules