~ubuntu-branches/ubuntu/raring/gdm/raring

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
33
34
NULL =

SUBDIRS = 			\
	data			\
	common 			\
	daemon 			\
	gui 			\
	utils 			\
	po 			\
	tests 			\
	$(NULL)
if ENABLE_DOCUMENTATION
SUBDIRS += docs
endif

# 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 --enable-documentation

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