]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - Makefile.am
autotools: use top-level "m4" directory for macros.
[xfce4-hdaps.git] / Makefile.am
index de8f5b44a078b70ee9acbea5f110f1a9abb01e21..ca3984670e113ac3f2159d0d5712594a7eaf59a8 100644 (file)
@@ -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: