aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-21 15:37:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-21 15:37:13 +0000
commit475869a61203cf3d3deb9a4788052a2c6221df94 (patch)
treef1ff68a590de3a2ccb9decd641edc45025ce1807 /lib
parenta2d2569c7df5e9ec14650e2a3af8a0a01f200f7b (diff)
6.5.2 release commit
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 2b6f6c611..84be952ee 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -77,7 +77,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
noinst_LIBRARIES = libcurl.a
# Some flags needed when trying to cause warnings ;-)
-CFLAGS = -g #-Wall -pedantic
+#CFLAGS = -g -Wall -pedantic
INCLUDES = -I$(top_srcdir)/include
@@ -99,6 +99,7 @@ formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o \
speedcheck.o getdate.o download.o ldap.o ssluse.o version.o getenv.o \
escape.o mprintf.o telnet.o getpass.o netrc.o writeout.o
AR = ar
+CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@