aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-05-25 18:39:27 +0200
committerGuido Günther <agx@sigxcpu.org>2009-05-25 18:39:27 +0200
commitd911517dc2f9c4c3ce57529ac4d64c17185544e9 (patch)
treeb4f7a09a3cf84ac25b3cabdcf74fb448ef82eb53 /Makefile.am
parentImported Upstream version 0.9.1 (diff)
downloadkrb5-auth-dialog-d911517dc2f9c4c3ce57529ac4d64c17185544e9.tar.gz
krb5-auth-dialog-d911517dc2f9c4c3ce57529ac4d64c17185544e9.tar.bz2
krb5-auth-dialog-d911517dc2f9c4c3ce57529ac4d64c17185544e9.zip
Imported Upstream version 0.10
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2be06e7..fde6c4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,10 @@
+NULL =
+
SUBDIRS = secmem gtksecentry src po etpo icons preferences
-EXTRA_DIST = \
- krb5-auth-dialog.spec
+EXTRA_DIST = \
+ krb5-auth-dialog.spec \
+ MAINTAINERS \
+ $(NULL)
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
bgstack15