~robert-ancell/unity-settings-daemon/no-xdg-desktop

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
NULL =

SUBDIRS = 			\
	src 			\
	plugins			\
	data			\
	po 			\
	$(NULL)

EXTRA_DIST = \
	MAINTAINERS		\
	ChangeLog		\
	README			\
	intltool-extract.in	\
	intltool-merge.in	\
	intltool-update.in	\
	$(NULL)

DISTCLEANFILES = \
	intltool-extract	\
	intltool-merge		\
	intltool-update		\
	$(NULL)