mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-09 15:30:26 +01:00
* Makefile.am: * configure.in: Add GLib checks and fixup .pc files * glib/Makefile.am: * glib/dbus-glib.h: * glib/dbus-gmain.c: (gdbus_connection_prepare), (gdbus_connection_check), (gdbus_connection_dispatch), (gdbus_add_connection_watch), (gdbus_remove_connection_watch), (dbus_connection_gsource_new): * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free), (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init): * glib/test-dbus-glib.c: (message_handler), (main): Add GLib support.
21 lines
319 B
Makefile
21 lines
319 B
Makefile
|
|
if HAVE_GLIB
|
|
GLIB_SUBDIR=glib
|
|
GLIB_PC=dbus-glib-1.0.pc
|
|
endif
|
|
|
|
SUBDIRS=dbus $(GLIB_SUBDIR) bus test doc
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = dbus-1.0.pc $(GLIB_PC)
|
|
|
|
DISTCLEANFILES = \
|
|
dbus-1.0.pc \
|
|
$(GLIB_PC)
|
|
|
|
EXTRA_DIST = \
|
|
dbus-1.0.pc.in \
|
|
dbus-glib-1.0.pc.in
|
|
|
|
all-local: Doxyfile
|
|
|