summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-05-27 14:43:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-05-27 14:43:31 +0200
commit2830bac8c9014dbfed6dfa98de60ce888b5883fd (patch)
tree8c8753168a3274f51f0e44bae513488a94d9f11c /Makefile.am
parent85d43570fd101e69b1ed622bf58e4d66bb6a5e1f (diff)
downloadofono-2830bac8c9014dbfed6dfa98de60ce888b5883fd.tar.bz2
build: Remove some empty lines
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index e7243174..3a2f4c18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -690,7 +690,6 @@ tools_lookup_provider_name_LDADD = @GLIB_LIBS@
endif
if DUNDEE
-
sbin_PROGRAMS += dundee/dundee
dundee_dundee_SOURCES = $(gdbus_sources) $(gatchat_sources) $(btio_sources) \
@@ -698,18 +697,15 @@ dundee_dundee_SOURCES = $(gdbus_sources) $(gatchat_sources) $(btio_sources) \
dundee/dundee.h dundee/main.c dundee/dbus.c \
dundee/manager.c dundee/device.c dundee/bluetooth.c
-dundee_dundee_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ @CAPNG_LIBS@ -ldl
+dundee_dundee_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ \
+ @CAPNG_LIBS@ -ldl
if DATAFILES
-
dist_dbusconf_DATA += dundee/dundee.conf
if SYSTEMD
-
systemdunit_DATA += dundee/dundee.service
-
endif
-
endif
endif