Skip to content
Snippets Groups Projects
Commit 5ac51cc9 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fix for recent changes.

parent c12159ce
No related branches found
No related tags found
No related merge requests found
......@@ -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) >> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment