diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-15 20:02:26 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-15 20:02:26 +0000 |
commit | b811c2fbf8a5501c6e89ef2fec3a4dc435c6243d (patch) | |
tree | 3393deb3bba13a88fea211cde9b6070e58418145 /src | |
parent | 3f4a052c85e6aaf2e45db96a96b4979b7d1421a0 (diff) | |
download | tinyproxy-b811c2fbf8a5501c6e89ef2fec3a4dc435c6243d.tar.gz tinyproxy-b811c2fbf8a5501c6e89ef2fec3a4dc435c6243d.zip |
Removed the references to ternary.c and ternary.h
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 24c87e4..1ed6d01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.8 2001-12-15 05:57:40 rjkaes Exp $ +# $Id: Makefile.am,v 1.9 2001-12-15 20:02:26 rjkaes Exp $ # # # @@ -33,7 +33,6 @@ tinyproxy_SOURCES = \ thread.c thread.h \ grammar.y scanner.l \ acl.c acl.h \ - ternary.c ternary.h \ regexp.h tinyproxy_LDADD = @LIBOBJS@ @@ -48,4 +47,4 @@ scanner.c: scanner.l grammar.h clean: rm -f *.da - rm -f gmon.out
\ No newline at end of file + rm -f gmon.out |