X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2FMakefile;h=c8a0b6d0efba72449739b1d4ef84cbda4b2b50a5;hb=78d584716c8350fac266ff131efabc3eed90a802;hp=62bac72911d67cff2ad7c2aaa9fc00865fc5e033;hpb=60af3c9e625d903c1659c703bd1e41167a972c59;p=ric-app%2Fhw.git diff --git a/src/Makefile b/src/Makefile index 62bac72..c8a0b6d 100755 --- a/src/Makefile +++ b/src/Makefile @@ -7,14 +7,14 @@ UTILSRC=./xapp-utils MSGSRC:=./xapp-mgmt ASNSRC:=../asn1c_defs -E2APSRC:=./xapp-formats/e2ap -E2SMSRC:=./xapp-formats/e2sm +E2APSRC:=./xapp-asn/e2ap +E2SMSRC:=./xapp-asn/e2sm ####### Logging library and flags CLOGFLAGS:= `pkg-config mdclog --cflags` LOG_LIBS:= `pkg-config mdclog --libs` CURL_LIBS:= `pkg-config libcurl --libs` -RNIB_LIBS:= -pthread /usr/local/lib/rnibreader_old.a +RNIB_LIBS:= -pthread /usr/local/include/rnib/rnibreader.a ######## Keep include dirs separate so we have transparency