Module: kamailio
Branch: master
Commit: a31c3c10872780991da9cabbb4ce62fd7fa599da
URL:
https://github.com/kamailio/kamailio/commit/a31c3c10872780991da9cabbb4ce62f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-03-09T12:40:16+01:00
lrkproxy: Makefile - removed unnecessary DEFS+=-DKAMAILIO_MOD_INTERFACE
---
Modified: src/modules/lrkproxy/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/a31c3c10872780991da9cabbb4ce62f…
Patch:
https://github.com/kamailio/kamailio/commit/a31c3c10872780991da9cabbb4ce62f…
---
diff --git a/src/modules/lrkproxy/Makefile b/src/modules/lrkproxy/Makefile
index 54159bcebf..9b890a4262 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