~alexlauni/do/notify-osd

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
EXTRA_DIST = COPYRIGHT

ACLOCAL_AMFLAGS = -I m4 -I m4/shamrock

SUBDIRS = \
	. \
	BundledLibraries \
	data \
	Do.Universe \
	Do.Platform \
	Do.Interface.Wink \
	Do.Interface.Linux \
	Do.Interface.Linux.Classic \
	Do.Interface.Linux.Docky \
	Do.Interface.Linux.GlassFrame \
	Do.Interface.Linux.HUD \
	Do.Interface.Linux.Mini \
	Do.Platform.Linux \
	Do \
	po \
	libdo \
	m4

# Get rid of the build dir on clean.
clean-local:
	rm -rf $(top_builddir)/build