[Goodies-commits] r2383 - xfce4-xkb-plugin/trunk

Nick Schermer nick at xfce.org
Tue Jan 16 19:57:44 CET 2007


Author: nick
Date: 2007-01-16 18:57:44 +0000 (Tue, 16 Jan 2007)
New Revision: 2383

Modified:
   xfce4-xkb-plugin/trunk/Makefile.am
Log:
Fix make distcheck

Modified: xfce4-xkb-plugin/trunk/Makefile.am
===================================================================
--- xfce4-xkb-plugin/trunk/Makefile.am	2007-01-16 18:54:01 UTC (rev 2382)
+++ xfce4-xkb-plugin/trunk/Makefile.am	2007-01-16 18:57:44 UTC (rev 2383)
@@ -2,15 +2,26 @@
 
 SUBDIRS = panel-plugin flags po
 
+AUTOMAKE_OPTIONS =							\
+	1.8								\
+	dist-bzip2
+
+distclean-local:
+	rm -rf *.cache *~
+
+rpm: dist
+	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
+	@rm -f $(PACKAGE)-$(VERSION).tar.gz
+
 EXTRA_DIST =								\
 	README								\
 	intltool-extract.in						\
 	intltool-merge.in						\
 	intltool-update.in
 
-distclean-local:
-	rm -rf *.cache *~
+DISTCLEANFILES =							\
+	intltool-extract						\
+	intltool-merge							\
+	intltool-update
 
-rpm: dist
-	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
-	@rm -f $(PACKAGE)-$(VERSION).tar.gz
+




More information about the Goodies-commits mailing list