mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: Build a simpler version of libgdbus-internal
This commit is contained in:
parent
c97860db27
commit
f763e5e3e4
14
Makefile.am
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user