X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=Makefile.am;h=8bf30540d20837cf1812e41292ad81a77fe31cbd;hp=de8f5b44a078b70ee9acbea5f110f1a9abb01e21;hb=ca59be524d6c2dcb230e000b0a1c061f9586eae4;hpb=8e4b7d318cb59f5989eee91f54ec2ee18bd730e8 diff --git a/Makefile.am b/Makefile.am index de8f5b4..8bf3054 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ -# $Id$ - -SUBDIRS = \ - icons \ - panel-plugin \ +SUBDIRS = \ + icons \ + panel-plugin \ po distclean-local: @@ -12,14 +10,12 @@ rpm: dist rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz @rm -f $(PACKAGE)-$(VERSION).tar.gz -EXTRA_DIST = \ - intltool-extract.in \ - intltool-merge.in \ +EXTRA_DIST = \ + intltool-extract.in \ + intltool-merge.in \ intltool-update.in -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ intltool-update - -# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: