diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 3 |
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 \ |