mirror of
https://github.com/curl/curl.git
synced 2026-08-05 11:26:14 +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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue