summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 89dda2d7..2cf7918e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -730,7 +730,8 @@ endif
if MAINTAINER_MODE
noinst_PROGRAMS += tools/stktest
-tools_stktest_SOURCES = $(gatchat_sources) $(gdbus_sources) tools/stktest.c
+tools_stktest_SOURCES = $(gatchat_sources) $(gdbus_sources) tools/stktest.c \
+ unit/stk-test-data.h
tools_stktest_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
endif
endif