~3v1n0/unity-settings-daemon/use-ubuntu-schemas-for-scaling

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

SUBDIRS = 			\
	gnome-settings-daemon	\
	plugins			\
	data			\
	po 			\
	tests 			\
	$(NULL)

if ENABLE_MAN
SUBDIRS += man
endif

# Honor aclocal flags
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

EXTRA_DIST = \
	MAINTAINERS		\
	ChangeLog		\
	README			\
	$(NULL)

DISTCLEANFILES = \
	$(NULL)