X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Makefile.am;h=ca3984670e113ac3f2159d0d5712594a7eaf59a8;hb=9f0c55cdbdea6472d55cb2500c249e14e15b6a36;hp=de8f5b44a078b70ee9acbea5f110f1a9abb01e21;hpb=63eef27ea56fc385cf1eb7af33211e697b384c3e;p=xfce4-hdaps.git diff --git a/Makefile.am b/Makefile.am index de8f5b4..ca39846 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,25 +1,19 @@ -# $Id$ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = \ - icons \ - panel-plugin \ +SUBDIRS = \ + icons \ + panel-plugin \ po distclean-local: rm -rf *.cache *~ -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: