summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: f522f4025984c69af18e91f25bf67ef83d746d69 (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
NULL =

SUBDIRS = 			\
	data			\
	common 			\
	daemon 			\
	docs			\
	gui 			\
	utils 			\
	po 			\
	tests 			\
	$(NULL)

# add these when help gets added back
# omf-install

EXTRA_DIST = \
	MAINTAINERS		\
	ChangeLog		\
	README			\
	gnome-doc-utils.make	\
	xmldocs.make		\
	omf.make		\
	$(NULL)

DISTCLEANFILES = \
	gnome-doc-utils.make	\
	$(NULL)

DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-split-authentication --enable-introspection

distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'