use the Curl_strtoll() source code from the lib code

This commit is contained in:
Daniel Stenberg 2004-01-23 12:49:53 +00:00
parent 334c3df09d
commit 6e29f5d1df
1 changed files with 2 additions and 3 deletions

View File

@ -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