summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: db452ba76a3652c34d6a5aa6578e4698fd39d749 (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
27
28
29
30
31
32
SUBDIRS = src tools data doc examples  test 

if ENABLE_GLIB
PKG_CONFIG_GLIB = dbus-c++-glib-1.pc
endif

if ENABLE_ECORE
PKG_CONFIG_ECORE = dbus-c++-ecore-1.pc
endif

EXTRA_DIST = autogen.sh bootstrap libdbus-c++.spec.in

ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbus-c++-1.pc $(PKG_CONFIG_GLIB) $(PKG_CONFIG_ECORE)

MAINTAINERCLEANFILES = \
	configure \
	Makefile.in \
	aclocal.m4 \
	compile \
	config.guess \
	config.sub \
	depcomp \
	install-sh \
	ltmain.sh \
	mdate-sh \
	missing \
	mkinstalldirs \
	libdbus-c++.spec