|
@@ -2,11 +2,11 @@ include ../../Makefile.defs
|
|
auto_gen=
|
|
auto_gen=
|
|
NAME=rtp_media_server.so
|
|
NAME=rtp_media_server.so
|
|
|
|
|
|
-DEFS+=-I$(LOCALBASE)/lib
|
|
|
|
|
|
+DEFS+=-I$(LOCALBASE)/include
|
|
|
|
|
|
ORTPLIBS=-lortp
|
|
ORTPLIBS=-lortp
|
|
BCUNITLIBS=-lbcunit
|
|
BCUNITLIBS=-lbcunit
|
|
MS2LIBS=-lmediastreamer
|
|
MS2LIBS=-lmediastreamer
|
|
|
|
|
|
-LIBS=$(ORTPLIBS) $(BCUNITLIBS) $(MS2LIBS)
|
|
|
|
|
|
+LIBS+=-L$(LOCALBASE)/lib $(ORTPLIBS) $(BCUNITLIBS) $(MS2LIBS)
|
|
include ../../Makefile.modules
|
|
include ../../Makefile.modules
|