From 6e29f5d1dfc5ea86986283952c8f9bd5304545a2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Jan 2004 12:49:53 +0000 Subject: [PATCH] use the Curl_strtoll() source code from the lib code --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 00ac0c8de..7c636bf03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,12 +27,12 @@ AUTOMAKE_OPTIONS = foreign nostdinc # we use srcdir/lib for the client-private header files INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src -I$(top_srcdir)/src -bin_PROGRAMS = curl #memtest +bin_PROGRAMS = curl curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c setup.h \ config-win32.h config-mac.h config-vms.h config-riscos.h \ urlglob.h version.h writeout.h writeenv.c writeenv.h \ - getpass.c getpass.h homedir.c homedir.h + getpass.c getpass.h homedir.c homedir.h $(top_srcdir)/lib/strtoofft.c curl_LDADD = ../lib/libcurl.la curl_DEPENDENCIES = ../lib/libcurl.la @@ -66,4 +66,3 @@ else hugehelp.c: $(README) $(MANPAGE) mkhelp.pl $(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(README) > hugehelp.c endif -