From d88ae48a857ba0121c50e8c2897f86e281b6a8e2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 3 Oct 2012 09:11:13 -0500 Subject: [PATCH] build: Add stk-test-data.h to stktest sources --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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