Browse Source

test/mod_httpapitest: removed unused xml2-config discovery

(cherry picked from commit b88b2306a0bdd8ba8df92cfeb60eb4032f337f44)
Daniel-Constantin Mierla 5 years ago
parent
commit
004e5f20b4
1 changed files with 2 additions and 7 deletions
  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
 # WARNING: do not run this directly, it should be run by the master Makefile
 
 
 include ../../Makefile.defs
 include ../../Makefile.defs
 auto_gen=
 auto_gen=
 NAME=httpapitest.so
 NAME=httpapitest.so
 
 
-ifeq ($(CROSS_COMPILE),)
-XML2CFG=$(shell which xml2-config)
-endif
-
 DEFS+=-DKAMAILIO_MOD_INTERFACE
 DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 
 SERLIBPATH=../../lib
 SERLIBPATH=../../lib
-#SER_LIBS+=$(SERLIBPATH)/kmi/kmi
 include ../../Makefile.modules
 include ../../Makefile.modules