summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: c1f1470a1cafd959ae44de41d48b06bba482484e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

SUBDIRS = src docs

NULL =

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eggdbus-1.pc

EXTRA_DIST = 			\
	HACKING 		\
	eggdbus-1.pc.in		\
	$(NULL)

DISTCLEANFILES = 		\
	eggdbus-1.pc		\
	$(NULL)

clean-local :
	rm -f *~