dbus/Makefile.am
Harri Porten b7354d9156 very basic check for Qt integration. Another proof that Qt's build
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 ?
2002-12-28 09:10:43 +00:00

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