Incorporating A1 HealthCheck functionality
[ric-app/hw.git] / src / Makefile
index aebc506..eb52483 100755 (executable)
@@ -7,14 +7,14 @@ UTILSRC=./xapp-utils
 MSGSRC:=./xapp-mgmt
 
 ASNSRC:=../asn1c_defs
-E2APSRC:=./xapp-asn/e2ap
-E2SMSRC:=./xapp-asn/e2sm
+E2APSRC:=./xapp-formats/e2ap
+E2SMSRC:=./xapp-formats/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.a
+RNIB_LIBS:= -pthread /usr/local/lib/rnibreader_old.a
 ######## Keep include dirs separate so we have transparency
 
 
@@ -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