2002-11-21 16:41:33 +00:00
|
|
|
|
2002-12-16 Anders Carlsson <andersca@codefactory.se>
* 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.
2002-12-16 00:26:05 +00:00
|
|
|
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
|
2002-11-22 21:33:07 +00:00
|
|
|
|
|
|
|
|
all-local: Doxyfile
|
2002-12-16 Anders Carlsson <andersca@codefactory.se>
* 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.
2002-12-16 00:26:05 +00:00
|
|
|
|