summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-10-03 09:11:13 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-10-03 09:11:13 -0500
commitd88ae48a857ba0121c50e8c2897f86e281b6a8e2 (patch)
tree510937440d0ee50cee4fa0b3b54f0acf775a9363 /Makefile.am
parent6c9195486e43cdb100b3ed8c5e9582cbc7023ccd (diff)
downloadofono-d88ae48a857ba0121c50e8c2897f86e281b6a8e2.tar.bz2
build: Add stk-test-data.h to stktest sources
Diffstat (limited to 'Makefile.am')
-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