Removed the grammar.y and scanner.l files from the list of files

required by tinyproxy.
This commit is contained in:
Robert James Kaes 2004-08-13 21:04:24 +00:00
parent febb521bfd
commit 52562b49df

View File

@ -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@