From: Marcel Holtmann Date: Sun, 27 May 2012 12:43:31 +0000 (+0200) Subject: build: Remove some empty lines X-Git-Tag: 1.7~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2830bac8c9014dbfed6dfa98de60ce888b5883fd;p=platform%2Fupstream%2Fofono.git build: Remove some empty lines --- diff --git a/Makefile.am b/Makefile.am index e724317..3a2f4c1 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