summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: c5b3c1af14b8c3118c93ceb81da194fd802f5511 (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 $(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