aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-03-27 15:39:33 +0100
committerGuido Günther <agx@sigxcpu.org>2009-03-27 15:39:33 +0100
commit10ad992a33fc359c2d22742c550c6b25af79fe2e (patch)
treee43c0b8361846982297615d22a0c1a30adc63e62 /src/Makefile.am
parentdocument changes and release 0.8+svn128-1 (diff)
parentImported Upstream version 0.8+svn136 (diff)
downloadkrb5-auth-dialog-10ad992a33fc359c2d22742c550c6b25af79fe2e.tar.gz
krb5-auth-dialog-10ad992a33fc359c2d22742c550c6b25af79fe2e.tar.bz2
krb5-auth-dialog-10ad992a33fc359c2d22742c550c6b25af79fe2e.zip
Merge commit 'upstream/0.8+svn136'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1ff6ac0..a0db9ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,6 +22,8 @@ krb5_auth_dialog_SOURCES = \
krb5-auth-dialog.h \
krb5-auth-applet.c \
krb5-auth-applet.h \
+ krb5-auth-pwdialog.c \
+ krb5-auth-pwdialog.h \
krb5-auth-gconf.c \
krb5-auth-gconf.h \
krb5-auth-dbus.c \
bgstack15