mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-02 11:00:19 +01:00
* doc/dbus-specification.sgml: work on the specification * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check the protocol version of the message. * dbus/dbus-protocol.h: drop special _REPLY names, the spec no longer specifies that. (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not 1/2/3/4) * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing "break" for DBUS_TYPE_NIL, remove @todo
26 lines
379 B
Makefile
26 lines
379 B
Makefile
|
|
if HAVE_GLIB
|
|
GLIB_SUBDIR=glib
|
|
GLIB_PC=dbus-glib-1.0.pc
|
|
endif
|
|
|
|
if HAVE_QT
|
|
QT_SUBDIR=qt
|
|
endif
|
|
|
|
SUBDIRS=dbus bus test doc $(GLIB_SUBDIR) $(QT_SUBDIR)
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = dbus-1.0.pc $(GLIB_PC)
|
|
|
|
DISTCLEANFILES = \
|
|
dbus-1.0.pc \
|
|
$(GLIB_PC)
|
|
|
|
EXTRA_DIST = \
|
|
HACKING \
|
|
dbus-1.0.pc.in \
|
|
dbus-glib-1.0.pc.in
|
|
|
|
all-local: Doxyfile
|
|
|