]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - Makefile.am
icons: add various other sizes of PNG icons.
[xfce4-hdaps.git] / Makefile.am
index de8f5b44a078b70ee9acbea5f110f1a9abb01e21..8bf30540d20837cf1812e41292ad81a77fe31cbd 100644 (file)
@@ -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: