Set INCLUDES to top_srcdir for out of source builds.

This commit is contained in:
zeekec 2005-07-13 03:36:46 +00:00
parent e091b97f18
commit f000413f39

View File

@ -11,6 +11,6 @@ test7_SOURCES = test7.cpp
test8_SOURCES = test8.cpp
test9_SOURCES = test9.cpp
INCLUDES = -I$(top_builddir)/include
INCLUDES = -I$(top_srcdir)/include
AM_CXXFLAGS = -Wall