Use the strtoofft.h header file from the lib directory, as we are now

officially using library-code when building the app (at least for the platforms
that don't have a strtoll() on their own).
This commit is contained in:
Daniel Stenberg
2004-02-19 08:13:20 +00:00
parent 0bf1bd51c4
commit edd467a12c
2 changed files with 9 additions and 9 deletions

View File

@@ -22,10 +22,12 @@
###########################################################################
AUTOMAKE_OPTIONS = foreign nostdinc
# we use srcdir/src for "private" includes
# we use srcdir/include for the static global include files
# we use builddir/src for the generated src/config.h file to get found
# we use srcdir/lib for the client-private header files
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src -I$(top_srcdir)/src
# we use builddir/src for the generated include files to get found
# we use srcdir/lib for the header files we "borrow" from the lib
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src \
-I$(top_srcdir)/lib
bin_PROGRAMS = curl