mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
test1521: fix out-of-tree builds, broken with 467da3af
The test.h file is no longer in the same directory as the source file, so that directory needs to be added to the include path. Fixes #1627 Closes #1628
This commit is contained in:
parent
c98e97e9c3
commit
77970f484d
@ -370,7 +370,7 @@ lib1520_SOURCES = lib1520.c $(SUPPORTFILES)
|
|||||||
lib1520_CPPFLAGS = $(AM_CPPFLAGS) -DLIB1520
|
lib1520_CPPFLAGS = $(AM_CPPFLAGS) -DLIB1520
|
||||||
|
|
||||||
lib1521_SOURCES = lib1521.c $(SUPPORTFILES)
|
lib1521_SOURCES = lib1521.c $(SUPPORTFILES)
|
||||||
lib1521_CPPFLAGS = $(AM_CPPFLAGS)
|
lib1521_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)
|
||||||
|
|
||||||
lib1525_SOURCES = lib1525.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
lib1525_SOURCES = lib1525.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS)
|
||||||
lib1525_LDADD = $(TESTUTIL_LIBS)
|
lib1525_LDADD = $(TESTUTIL_LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user