mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 15:10:18 +01:00
system needs more work for people using it. I didn't want to copy all of KDEs autoconf magic so this is far from perfect, yet. Can we use pkg-config here ?
25 lines
366 B
Makefile
25 lines
366 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 = \
|
|
dbus-1.0.pc.in \
|
|
dbus-glib-1.0.pc.in
|
|
|
|
all-local: Doxyfile
|
|
|