>From 2cb26aff9ac950ed74988ade4c155dde919945ee Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 24 Mar 2015 13:10:52 +0100 Subject: [PATCH 6/6] examples_v2 --- proxy/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 7b37c1e74ffdb4faf4130b7efdbd6884735d5b0b..1da5ad33839cf651358cc22b78dfd4e106a2288b 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -227,6 +227,8 @@ if HAVE_SYSTEMD_UNIT systemd/gssproxy.service endif +examples_DATA = examples/gssproxy.conf examples/mech + edit_cmd = $(SED) \ -e 's|@sbindir[@]|$(sbindir)|g' \ -e 's|@localstatedir[@]|$(localstatedir)|g' \ @@ -290,7 +292,9 @@ endif clean-local: rm -Rf doc -CLEANFILES = *.X */*.X */*/*.X +CLEANFILES = *.X */*.X */*/*.X \ + examples/gssproxy.conf \ + examples/mech tests: all $(check_PROGRAMS) $(srcdir)/tests/runtests.py -- 2.3.3