build: Add stk-test-data.h to stktest sources

This commit is contained in:
Denis Kenzior 2012-10-03 09:11:13 -05:00
parent 6c9195486e
commit d88ae48a85
1 changed files with 2 additions and 1 deletions

View File

@ -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