>From d13082ca33a6dab7c8878adfb0965e0692667796 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 24 Mar 2015 12:36:51 +0100 Subject: [PATCH 4/6] examples_v1 --- proxy/Makefile.am | 7 ++++++- proxy/contrib/gssproxy.spec.in | 3 --- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 7b37c1e74ffdb4faf4130b7efdbd6884735d5b0b..1d6cd1e5e7bc4b531882232110c61c78503ed391 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -227,6 +227,9 @@ if HAVE_SYSTEMD_UNIT systemd/gssproxy.service endif +gsspconf_DATA = examples/gssproxy.conf +gssconf_DATA = examples/mech + edit_cmd = $(SED) \ -e 's|@sbindir[@]|$(sbindir)|g' \ -e 's|@localstatedir[@]|$(localstatedir)|g' \ @@ -290,7 +293,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 diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in index 43975c30bfcbc2ae707290d0b2af2d77cdee7310..dc044c57ad7583555fc0b6cb75fab70e60eea963 100644 --- a/proxy/contrib/gssproxy.spec.in +++ b/proxy/contrib/gssproxy.spec.in @@ -70,9 +70,6 @@ make test_proxymech rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la -install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy -install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf -install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech %clean rm -rf %{buildroot} -- 2.3.3