- updated LIBS and DEFS variables, making them consistent with
the rest of modules.
(cherry picked from commit cda05478b25ad93b1fb7475cf6b2767d7164bbbb)
... | ... |
@@ -2,11 +2,11 @@ include ../../Makefile.defs |
2 | 2 |
auto_gen= |
3 | 3 |
NAME=rtp_media_server.so |
4 | 4 |
|
5 |
-DEFS+=-I$(LOCALBASE)/lib |
|
5 |
+DEFS+=-I$(LOCALBASE)/include |
|
6 | 6 |
|
7 | 7 |
ORTPLIBS=-lortp |
8 | 8 |
BCUNITLIBS=-lbcunit |
9 | 9 |
MS2LIBS=-lmediastreamer |
10 | 10 |
|
11 |
-LIBS=$(ORTPLIBS) $(BCUNITLIBS) $(MS2LIBS) |
|
11 |
+LIBS+=-L$(LOCALBASE)/lib $(ORTPLIBS) $(BCUNITLIBS) $(MS2LIBS) |
|
12 | 12 |
include ../../Makefile.modules |