소스 검색

test/mod_httpapitest: removed unused xml2-config discovery

(cherry picked from commit b88b2306a0bdd8ba8df92cfeb60eb4032f337f44)
Daniel-Constantin Mierla 5 년 전
부모
커밋
004e5f20b4
1개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 7
      test/mod_httpapitest/Makefile

+ 2 - 7
test/mod_httpapitest/Makefile

@@ -1,19 +1,14 @@
 #
-# curl module makefile
+# httpapitest module makefile
+#
 #
-# 
 # WARNING: do not run this directly, it should be run by the master Makefile
 
 include ../../Makefile.defs
 auto_gen=
 NAME=httpapitest.so
 
-ifeq ($(CROSS_COMPILE),)
-XML2CFG=$(shell which xml2-config)
-endif
-
 DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
-#SER_LIBS+=$(SERLIBPATH)/kmi/kmi
 include ../../Makefile.modules