Allow again proper compilation outside of the source tree

This commit is contained in:
Yang Tse 2006-08-07 18:06:37 +00:00
parent 7ba5e098a3
commit b33f47804d
4 changed files with 18 additions and 6 deletions

View file

@ -28,9 +28,10 @@ AUTOMAKE_OPTIONS = foreign nostdinc
# -I$(top_srcdir)/lib is for the setup.h file, included by test.h
# -I$(top_builddir)/lib is for the config.h file, possibly included by the
# setup.h file
INCLUDES = -I$(top_srcdir)/include/curl \
-I$(top_srcdir)/lib \
-I$(top_builddir)/lib
-I$(top_builddir)/lib \
-I$(top_srcdir)/lib
LIBDIR = $(top_builddir)/lib

View file

@ -21,9 +21,13 @@
# $Id$
###########################################################################
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include
INCLUDES = -I$(top_srcdir)/include \
-I$(top_builddir)/lib \
-I$(top_srcdir)/lib
noinst_PROGRAMS = sws getpart sockfilt resolve tftpd