From 52562b49df1dce8beba5d443f4a9f745449e109b Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 13 Aug 2004 21:04:24 +0000 Subject: Removed the grammar.y and scanner.l files from the list of files required by tinyproxy. --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 438a2d0..c56ebde 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.19 2004-08-13 20:19:50 rjkaes Exp $ +# $Id: Makefile.am,v 1.20 2004-08-13 21:04:24 rjkaes Exp $ # # Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com) # @@ -39,8 +39,8 @@ tinyproxy_SOURCES = \ text.c text.h \ tinyproxy.c tinyproxy.h \ utils.c utils.h \ - vector.c vector.h \ - grammar.y scanner.l + vector.c vector.h +# grammar.y scanner.l EXTRA_tinyproxy_SOURCES = filter.c filter.h grammar.h tinyproxy_DEPENDENCIES = @ADDITIONAL_OBJECTS@ -- cgit v1.2.3