summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..e78f4c76
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,19 @@
+SUBDIRS = \
+ defaults \
+ docs \
+ po \
+ settings \
+ xfce4-session \
+ xfce4-shutdown
+
+distclean-local:
+ rm -rf *.cache *~
+
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = \
+ AUTHORS \
+ INSTALL \
+ NEWS \
+ README \
+ TODO