X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2FMakefile;h=c8a0b6d0efba72449739b1d4ef84cbda4b2b50a5;hb=78d584716c8350fac266ff131efabc3eed90a802;hp=aebc5065692edef3d84c5f9a6cdafc2dc14f2d61;hpb=b85024cd183a527cd8d61353637850cb6d30cf36;p=ric-app%2Fhw.git diff --git a/src/Makefile b/src/Makefile index aebc506..c8a0b6d 100755 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,7 @@ E2SMSRC:=./xapp-asn/e2sm CLOGFLAGS:= `pkg-config mdclog --cflags` LOG_LIBS:= `pkg-config mdclog --libs` CURL_LIBS:= `pkg-config libcurl --libs` -RNIB_LIBS:= -pthread /usr/local/lib/rnibreader.a +RNIB_LIBS:= -pthread /usr/local/include/rnib/rnibreader.a ######## Keep include dirs separate so we have transparency @@ -32,7 +32,7 @@ E2SMFLAGS = -I$(E2SMSRC) ########libs -LIBS= -lsdl -lrmr_nng -lnng -lpthread -lm $(LOG_LIBS) $(CURL_LIBS) $(RNIB_LIBS) +LIBS= -lsdl -lrmr_si -lpthread -lm $(LOG_LIBS) $(CURL_LIBS) $(RNIB_LIBS) COV_FLAGS= -fprofile-arcs -ftest-coverage ####### @@ -76,4 +76,4 @@ install: hw_xapp_main install -D hw_xapp_main /usr/local/bin/hw_xapp_main clean: - -rm *.o $(ASNSRC)/*.o $(E2APSRC)/*.o $(UTILSRC)/*.o $(E2SMSRC)/*.o $(MSGSRC)/*.o $(SRC)/*.o hw_xapp_main + -rm *.o $(ASNSRC)/*.o $(E2APSRC)/*.o $(UTILSRC)/*.o $(E2SMSRC)/*.o $(MSGSRC)/*.o $(SRC)/*.o hw_xapp_main