diff options
author | Michael Adam <obnox@samba.org> | 2009-10-11 13:21:13 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-10-11 13:21:13 +0200 |
commit | e793a729f65055c0c1872850bf49a83ff30ec49e (patch) | |
tree | 6304bdbf577b4cc3dd432ba3908bf75a342aecfe | |
parent | 582a8dc62442bc334f0f298b26ec4f9ad1818a7b (diff) | |
download | tinyproxy-e793a729f65055c0c1872850bf49a83ff30ec49e.tar.gz tinyproxy-e793a729f65055c0c1872850bf49a83ff30ec49e.zip |
Clean tinyproxy.conf in make clean.
Diffstat (limited to '')
-rw-r--r-- | etc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index fef4077..de5daf5 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -18,3 +18,5 @@ tinyproxy.conf: $(top_srcdir)/etc/tinyproxy.conf.in Makefile $(edit) $(top_srcdir)/etc/$@.in > $@.tmp mv $@.tmp $@ +CLEANFILES = \ + tinyproxy.conf |