Explorar o código

* Reverted part of
* http://openser.svn.sourceforge.net/viewvc/openser?view=rev&revision=4528
* in order to make mi_xmlrpc module load properly on Debian lenny.


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4542 689a6050-402a-0410-94f2-e92a70836424

Juha Heinanen %!s(int64=17) %!d(string=hai) anos
pai
achega
d76ade0bf4
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      modules_k/mi_xmlrpc/Makefile

+ 1 - 2
modules_k/mi_xmlrpc/Makefile

@@ -67,12 +67,11 @@ ifeq ($(NEW),yes)
 	# remove the abyss library - we already have
 	# the code in the module
 	MY_DEFS+=-D_UNIX
-	MY_LIBS:=$(filter-out %xmlrpc_abyss %xmlrpc_server_abyss %xmlrpc_xmlparse %xmlrpc_xmltok %pthread, $(MY_LIBS))
+	MY_LIBS:=$(filter-out %xmlrpc_abyss %xmlrpc_server_abyss %pthread, $(MY_LIBS))
 else
 	# remove from compiling the code we have in the
 	# module for abyss server
 	exclude_files=$(wildcard abyss_*.c)
-	MY_LIBS:=$(filter-out %xmlrpc_xmlparse %xmlrpc_xmltok %pthread, $(MY_LIBS))
 endif
 
 # Solaris has filio.h