summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-06-09 20:02:12 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-08-12 11:11:40 +0200
commitffc6c801a23fe90980adf1997391ba32c02b6182 (patch)
tree5c339e34520debf5da8c1bbe6adc0b44c280e4a9
parent9f640742c7f63cef0a94c1dcdafa251f84227724 (diff)
Add missing include path.
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c45ed60..753555b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -215,7 +215,8 @@ drumkitparsertest_SOURCES = \
dgtest.cc
dgxmlparsertest_CXXFLAGS = -DOUTPUT=\"dgxmlparsertest\" $(CPPUNIT_CFLAGS) \
- -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_srcdir)/pugixml/src
+ -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_srcdir)/hugin \
+ -I$(top_srcdir)/pugixml/src
dgxmlparsertest_LDFLAGS = $(CPPUNIT_LIBS)
dgxmlparsertest_SOURCES = \
$(top_srcdir)/hugin/hugin.c \