mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:53:38 +03:00
Allow again proper compilation outside of the source tree
This commit is contained in:
parent
7ba5e098a3
commit
b33f47804d
4 changed files with 18 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue