aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:37 +0200
committerGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:37 +0200
commit94a695aa8461a225967141d2b7a006d0eada1ea4 (patch)
treec8470519527845067ae261273e40ee0b97ed6052 /examples/Makefile.am
parentdocument changes and release 0.14-2 (diff)
parentImported Upstream version 0.15 (diff)
downloadkrb5-auth-dialog-94a695aa8461a225967141d2b7a006d0eada1ea4.tar.gz
krb5-auth-dialog-94a695aa8461a225967141d2b7a006d0eada1ea4.tar.bz2
krb5-auth-dialog-94a695aa8461a225967141d2b7a006d0eada1ea4.zip
Merge commit 'upstream/0.15'
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..ed8137b
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,2 @@
+EXTRA_DIST = \
+ tgt-signals.py
bgstack15