|
@@ -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
|