summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2020-04-10 18:17:51 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-04-10 19:08:26 +0200
commit33f1c0443680bc77ab3edfde19fd70dc6661f650 (patch)
tree5d548b8a14a92d087ed6dca7ed21c83f2134a465 /test
parentd3d333b252925fbc95dd39fe73c5ce12a0017228 (diff)
Changes after discussion about review on IRC.configfile_refactor
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d0f718d..8332cbe 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -132,10 +132,11 @@ lv2_SOURCES = \
configfile_CXXFLAGS = -DOUTPUT=\"configfile\" \
$(DEBUG_FLAGS) \
- -I$(top_srcdir)/hugin
+ -I$(top_srcdir)/hugin -I$(top_srcdir)/src
configfile_LDFLAGS =
configfile_SOURCES = \
$(top_srcdir)/src/configfile.cc \
+ $(top_srcdir)/src/directory.cc \
$(top_srcdir)/hugin/hugin.c \
dgtest.cc \
configtest.cc