diff options
author | Gunter Knauf <gk@gknw.de> | 2005-04-23 11:59:06 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2005-04-23 11:59:06 +0000 |
commit | ed5ced320bebbc58171608a0d098073c8ae0a8d5 (patch) | |
tree | 3200c6c44a504491fd9a6e6916bf823e90d7a398 /Makefile.netware | |
parent | fce7f4a6f229cf0320c1633fbd69a4b132bdd302 (diff) | |
download | c-ares-ed5ced320bebbc58171608a0d098073c8ae0a8d5.tar.gz c-ares-ed5ced320bebbc58171608a0d098073c8ae0a8d5.tar.bz2 c-ares-ed5ced320bebbc58171608a0d098073c8ae0a8d5.zip |
fix for recent changes.
Diffstat (limited to 'Makefile.netware')
-rw-r--r-- | Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.netware b/Makefile.netware index 2c5f0c9..8fdf69e 100644 --- a/Makefile.netware +++ b/Makefile.netware @@ -129,7 +129,6 @@ endif # Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc -#OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(wildcard ares_*.c)) OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES))) .PHONY: lib nlm prebuild dist install clean @@ -260,6 +259,7 @@ config.h: Makefile.netware @echo $(DL)#define VERSION "$(LIBCURL_VERSION_STR)"$(DL) >> $@ @echo $(DL)#define PACKAGE_BUGREPORT "curl-bug@haxx.se"$(DL) >> $@ @echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@ + @echo $(DL)#define HAVE_ARPA_NAMESER_H 1$(DL) >> $@ @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@ @echo $(DL)#define HAVE_DLFCN_H 1$(DL) >> $@ @echo $(DL)#define HAVE_DLOPEN 1$(DL) >> $@ |