summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-11-10 22:30:28 -0500
committerRobbie Harwood <rharwood@redhat.com>2015-11-30 12:58:28 -0500
commitf5fd53ad24e0a7414f9ef0449935d940f8284459 (patch)
treea9327b27365cbafb587de6b84965d32574c123cc
parent2fbe920fee0c2ab6836b17bdac84fc5f5ebc49b4 (diff)
downloadgss-proxy-f5fd53ad24e0a7414f9ef0449935d940f8284459.tar.gz
gss-proxy-f5fd53ad24e0a7414f9ef0449935d940f8284459.tar.xz
gss-proxy-f5fd53ad24e0a7414f9ef0449935d940f8284459.zip
Fix make clean
Clean the generated file not the source file. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Robbie Harwood <rharwood@redhat.com>
-rw-r--r--.gitignore2
-rw-r--r--proxy/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a0dd379..d1cae80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@ install-sh
ltmain.sh
missing
mkinstalldirs
+proxy/examples/*.conf
+proxy/examples/mech
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 4efa053..d7012d1 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -304,7 +304,7 @@ CLEANFILES = *.X */*.X */*/*.X \
examples/gssproxy.conf \
examples/24-nfs-server.conf \
examples/80-httpd.conf \
- examples/99-nfs-client.conf.in
+ examples/99-nfs-client.conf
tests: all $(check_PROGRAMS)
$(srcdir)/tests/runtests.py