From d1c9cac6beb88ff5e59d6d471280edac20d4d996 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 27 May 2012 14:52:43 +0200 Subject: build: Add skeleton for QMI utility --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2c897d06..151c770b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -687,6 +687,13 @@ tools_lookup_apn_LDADD = @GLIB_LIBS@ tools_lookup_provider_name_SOURCES = plugins/mbpi.c plugins/mbpi.h \ tools/lookup-provider-name.c tools_lookup_provider_name_LDADD = @GLIB_LIBS@ + +if QMIMODEM +noinst_PROGRAMS += tools/qmi + +tools_qmi_SOURCES = $(qmi_sources) tools/qmi.c +tools_qmi_LDADD = @GLIB_LIBS@ +endif endif if DUNDEE -- cgit v1.2.3