mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 12:49:08 -04:00
Set INCLUDES to top_srcdir for out of source builds.
This commit is contained in:
parent
e091b97f18
commit
f000413f39
@ -11,6 +11,6 @@ test7_SOURCES = test7.cpp
|
|||||||
test8_SOURCES = test8.cpp
|
test8_SOURCES = test8.cpp
|
||||||
test9_SOURCES = test9.cpp
|
test9_SOURCES = test9.cpp
|
||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include
|
INCLUDES = -I$(top_srcdir)/include
|
||||||
|
|
||||||
AM_CXXFLAGS = -Wall
|
AM_CXXFLAGS = -Wall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user