summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-09-27 11:20:11 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-10-03 09:10:42 -0500
commit66ba90de6ed8ffac24f3f1d40cca29e3eb628708 (patch)
treed5ae9e4606dc4cdbee72d0207e3b3a9cc9e1efa1 /Makefile.am
parentb308f50d7c005d6b2ebc3445ad4bbf536fc79f80 (diff)
downloadofono-66ba90de6ed8ffac24f3f1d40cca29e3eb628708.tar.bz2
stktest: Add initial modem emulator logic
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a77c767c..fcad1b80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -729,7 +729,7 @@ endif
if MAINTAINER_MODE
noinst_PROGRAMS += tools/stktest
-tools_stktest_SOURCES = $(gdbus_sources) tools/stktest.c
+tools_stktest_SOURCES = $(gatchat_sources) $(gdbus_sources) tools/stktest.c
tools_stktest_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
endif
endif