From 7c3f874675bdc0b79bf56bc954cac742229da5eb Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 25 Sep 2012 13:59:34 -0500 Subject: tools: Add basic stktest skeleton --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6f3bdad8..a77c767c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -725,6 +725,13 @@ noinst_PROGRAMS += tools/qmi tools_qmi_SOURCES = $(qmi_sources) tools/qmi.c tools_qmi_LDADD = @GLIB_LIBS@ endif + +if MAINTAINER_MODE +noinst_PROGRAMS += tools/stktest + +tools_stktest_SOURCES = $(gdbus_sources) tools/stktest.c +tools_stktest_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ +endif endif if DUNDEE -- cgit v1.2.3