Module: sip-router
Branch: master
Commit: 6c4d575aac6d8eba36f33ad6f778172e16834ad9
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c4d575…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Sat Oct 10 01:39:26 2009 +0200
iptrtpproxy: minor makefile update
- use INCLUDES instead of DEFS+=-I...
---
modules/iptrtpproxy/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/iptrtpproxy/Makefile b/modules/iptrtpproxy/Makefile
index c312023..4576575 100644
--- a/modules/iptrtpproxy/Makefile
+++ b/modules/iptrtpproxy/Makefile
@@ -11,8 +11,9 @@ iptdir = ~/work/netfilter/iptables
include ../../Makefile.defs
auto_gen=
NAME=iptrtpproxy.so
-LIBS += $(iptdir)/iptables.o -L $(iptdir)/libiptc -liptc -L $(iptdir)/extensions -lext
-DEFS += -I $(iptdir)/include
+LIBS += $(iptdir)/iptables.o -L $(iptdir)/libiptc -liptc \
+ -L $(iptdir)/extensions -lext
+INCLUDES = -I $(iptdir)/include
DEFS+=-DSER_MOD_INTERFACE