From bd8ebf3d0f7ac7bb8a3b441de24fd5eff3404acc Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 4 Jan 2012 18:10:52 +0100 Subject: dundee: Add skeleton implementation --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 869bd2b8..99254358 100644 --- a/Makefile.am +++ b/Makefile.am @@ -683,6 +683,18 @@ tools_lookup_provider_name_SOURCES = plugins/mbpi.c plugins/mbpi.h \ tools_lookup_provider_name_LDADD = @GLIB_LIBS@ endif +if DUNDEE + +sbin_PROGRAMS += dundee/dundee + +dundee_dundee_SOURCES = $(gdbus_sources) \ + src/log.c src/dbus.c \ + dundee/dundee.h dundee/main.c + +dundee_dundee_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ @CAPNG_LIBS@ -ldl + +endif + noinst_PROGRAMS += gatchat/gsmdial gatchat/test-server gatchat/test-qcdm gatchat_gsmdial_SOURCES = gatchat/gsmdial.c $(gatchat_sources) -- cgit v1.2.3