aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-10 15:43:46 +0100
committerGuido Guenther <agx@sigxcpu.org>2009-01-10 15:43:46 +0100
commit88b8041c06e6b4f0f69c332fe02fd7cd31cdb76a (patch)
treeec624705345111963d5653eca1f5262539ca5506 /Makefile.am
parentImported Upstream version 0.7.jit26357da (diff)
downloadkrb5-auth-dialog-88b8041c06e6b4f0f69c332fe02fd7cd31cdb76a.tar.gz
krb5-auth-dialog-88b8041c06e6b4f0f69c332fe02fd7cd31cdb76a.tar.bz2
krb5-auth-dialog-88b8041c06e6b4f0f69c332fe02fd7cd31cdb76a.zip
Imported Upstream version 0.8
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 8db82cc..51c4e5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,6 @@
SUBDIRS = secmem gtksecentry src po etpo icons
EXTRA_DIST = \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
krb5-auth-dialog.spec
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
bgstack15