diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-12-10 13:38:51 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-10 13:38:51 +0000 | 
| commit | ac114ed45bd0a890139c33853dc88661c591be72 (patch) | |
| tree | 000579b3a74bb159599d3777ecc32018fbac46cb | |
| parent | d46a73541866b301891fa51ce0378b4e9371f3e3 (diff) | |
do the ares stuff in the configure file
| -rw-r--r-- | lib/Makefile.am | 12 | 
1 files changed, 2 insertions, 10 deletions
| diff --git a/lib/Makefile.am b/lib/Makefile.am index da54713a0..4c53464ff 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -13,14 +13,10 @@ EXTRA_DIST = getdate.y Makefile.b32 Makefile.b32.resp Makefile.m32	    \  lib_LTLIBRARIES = libcurl.la -if ARES -ARESINC = -I$(top_srcdir)/ares -endif -  # we use srcdir/include for the static global include files  # we use builddir/lib for the generated lib/config.h file to get found  # we use srcdir/lib for the lib-private header files -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib $(ARESINC) +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib  VERSION=-version-info 2:2:0 @@ -63,11 +59,7 @@ if MIMPURE  MIMPURE = -mimpure-text  endif -if ARES -ARESLIB = -lares -L$(top_builddir)/ares -endif - -libcurl_la_LDFLAGS = $(UNDEF) $(VERSION) $(ARESLIB) $(MIMPURE) +libcurl_la_LDFLAGS = $(UNDEF) $(VERSION) $(MIMPURE)  libcurl_la_SOURCES = arpa_telnet.h file.c netrc.h timeval.c	\  base64.c file.h hostip.c progress.c timeval.h base64.h formdata.c	\ | 
