소스 검색

rtp_media_server: Makefile - support for FreeBSD build

- updated LIBS and DEFS variables, making them consistent with
the rest of modules.
drTr0jan 3 년 전
부모
커밋
cda05478b2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/rtp_media_server/Makefile

+ 2 - 2
src/modules/rtp_media_server/Makefile

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