From: Denis Kenzior Date: Wed, 3 Oct 2012 14:11:13 +0000 (-0500) Subject: build: Add stk-test-data.h to stktest sources X-Git-Tag: 1.12~266 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d88ae48a857ba0121c50e8c2897f86e281b6a8e2;p=platform%2Fupstream%2Fofono.git build: Add stk-test-data.h to stktest sources --- diff --git a/Makefile.am b/Makefile.am index 89dda2d..2cf7918 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