From ffc6c801a23fe90980adf1997391ba32c02b6182 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 9 Jun 2018 20:02:12 +0200 Subject: Add missing include path. --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3