summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-11-06 10:43:38 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-11-06 10:43:38 -0500
commitaa1660ad22141b4db12f054233f0fae976a948e9 (patch)
tree8ae5b1bc8eb9d19189266a943c73955c2bcfc1bd /Makefile.am
downloadpolkit-aa1660ad22141b4db12f054233f0fae976a948e9.tar.gz
initial commit
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..66b86d7
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,16 @@
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = data src docs po
+
+NULL =
+
+EXTRA_DIST = \
+ HACKING \
+ mkinstalldirs \
+ $(NULL)
+
+# xsltproc barfs on 'make distcheck'; disable for now
+DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc
+
+clean-local :
+ rm -f *~