Browse Source

test/mod_httpapitest: removed unused xml2-config discovery

(cherry picked from commit b88b2306a0bdd8ba8df92cfeb60eb4032f337f44)
Daniel-Constantin Mierla 5 năm trước cách đây
mục cha
commit
004e5f20b4
1 tập tin đã thay đổi với 2 bổ sung7 xóa
  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