mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 18:30:15 +01:00
* dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests): fix build when --disable-tests * Makefile.am (EXTRA_DIST): put HACKING in here * HACKING: document procedure for making a tarball release.
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 $(GLIB_SUBDIR) $(QT_SUBDIR) bus test doc
|
|
|
|
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
|
|
|