]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blob - Makefile.am
de8f5b44a078b70ee9acbea5f110f1a9abb01e21
[xfce4-hdaps.git] / Makefile.am
1 # $Id$
2
3 SUBDIRS = \
4 icons \
5 panel-plugin \
6 po
7
8 distclean-local:
9 rm -rf *.cache *~
10
11 rpm: dist
12 rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
13 @rm -f $(PACKAGE)-$(VERSION).tar.gz
14
15 EXTRA_DIST = \
16 intltool-extract.in \
17 intltool-merge.in \
18 intltool-update.in
19
20 DISTCLEANFILES = \
21 intltool-extract \
22 intltool-merge \
23 intltool-update
24
25 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: