summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 7ec5e7fc7f4a49c7b2c29b4f1f46de13fddd00b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

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