Преглед изворни кода

xhttp_pi: Makefile - remove internal libs compilation and linking

- libs are compiled in the core
Daniel-Constantin Mierla пре 9 месеци
родитељ
комит
11df36260a
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      src/modules/xhttp_pi/Makefile

+ 0 - 3
src/modules/xhttp_pi/Makefile

@@ -26,8 +26,6 @@ else
 	LIBS += -L$(LOCALBASE)/lib -lxml2
 endif
 
-SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
 include ../../Makefile.modules
 
 install-cfg:
@@ -53,4 +51,3 @@ install-cfg:
 		mv -f $(cfg_prefix)/$(cfg_dir)/pi_framework.xml.sample \
 			$(cfg_prefix)/$(cfg_dir)/pi_framework.xml; \
 	fi
-