diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-03-09 10:55:17 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-03-09 10:55:17 +0100 |
commit | b05bdc2712e5f3e0dd1df73f7675462012538a3e (patch) | |
tree | d76971cbfd67b2833693d2c985bdb74c0f882704 /examples/Makefile.am | |
parent | Document changes and release 2.91.90-1 (diff) | |
parent | New upstream version 2.91.91 (diff) | |
download | krb5-auth-dialog-b05bdc2712e5f3e0dd1df73f7675462012538a3e.tar.gz krb5-auth-dialog-b05bdc2712e5f3e0dd1df73f7675462012538a3e.tar.bz2 krb5-auth-dialog-b05bdc2712e5f3e0dd1df73f7675462012538a3e.zip |
Merge commit 'upstream/2.91.91'
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index c0d930a..529f035 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,4 +2,6 @@ NULL = EXTRA_DIST = \ tgt-signals.py \ + tgt-acquire.py \ + destroy-ccache.py \ $(NULL) |