From f763e5e3e42f92365b89af7eb3cb51e91de72690 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 18 Jul 2013 07:37:19 -0700 Subject: [PATCH] build: Build a simpler version of libgdbus-internal --- Makefile.am | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index c5b2fd56e..cec85b051 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,14 +89,17 @@ noinst_LTLIBRARIES += lib/libbluetooth-internal.la lib_libbluetooth_internal_la_SOURCES = $(lib_headers) $(lib_sources) \ $(extra_headers) $(extra_sources) +noinst_LTLIBRARIES += gdbus/libgdbus-internal.la + +gdbus_libgdbus_internal_la_SOURCES = gdbus/gdbus.h \ + gdbus/mainloop.c gdbus/watch.c \ + gdbus/object.c gdbus/client.c gdbus/polkit.c + attrib_sources = attrib/att.h attrib/att-database.h attrib/att.c \ attrib/gatt.h attrib/gatt.c \ attrib/gattrib.h attrib/gattrib.c \ attrib/gatt-service.h attrib/gatt-service.c -gdbus_sources = gdbus/gdbus.h gdbus/mainloop.c gdbus/watch.c \ - gdbus/object.c gdbus/client.c gdbus/polkit.c - btio_sources = btio/btio.h btio/btio.c gobex_sources = gobex/gobex.h gobex/gobex.c \ @@ -112,11 +115,6 @@ builtin_nodist = include Makefile.plugins -noinst_LTLIBRARIES += gdbus/libgdbus-internal.la -gdbus_libgdbus_internal_la_SOURCES = $(gdbus_sources) -gdbus_libgdbus_internal_la_LDFLAGS = $(AM_LDFLAGS) @DBUS_LIBS@ @GLIB_LIBS@ -gdbus_libgdbus_internal_la_CFLAGS = $(AM_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ - if MAINTAINER_MODE plugin_LTLIBRARIES += plugins/external-dummy.la plugins_external_dummy_la_SOURCES = plugins/external-dummy.c -- 2.47.3