summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@redhat.com>2011-09-16 19:02:43 +0200
committerTomas Mraz <tmraz@redhat.com>2011-09-16 19:02:43 +0200
commite745294c1839de3b0886c6cbe5d8601c56dd3dcf (patch)
tree2f46e7e2e66ee2a52557d577268ec738545b91c4 /Makefile.am
downloadlibpwquality-e745294c1839de3b0886c6cbe5d8601c56dd3dcf.tar.gz
Initial import into the repository.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..d019f96
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,17 @@
+#
+# Copyright (c) 2005, 2006, 2007 Thorsten Kukuk <kukuk@thkukuk.de>
+# Copyright (c) 2011 Red Hat, Inc.
+# Copyright (c) 2011 Tomas Mraz <tm@t8m.info>
+#
+
+AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
+
+SUBDIRS = po src
+
+CLEANFILES = *~
+
+M4_FILES = m4/libtool.m4
+
+EXTRA_DIST = config.rpath CHANGELOG $(M4_FILES)
+
+ACLOCAL_AMFLAGS = -I m4