diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-13 20:19:50 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-13 20:19:50 +0000 |
commit | 9d0466784892c7768c68e0bd02cf76db2ab1185a (patch) | |
tree | e96634ed94e7a32108b4242a5f5af8111812d16b /src/Makefile.am | |
parent | b3943c21f2862dc180d47248fb02a990dc977432 (diff) |
Added the new configuration parsing system (conffile.c and
conffile.h.) The new system is intended to replace the existing
grammar.y and scanner.l files. I don't want to depend on flex/bison
any longer.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a45e6c1..438a2d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.18 2003-08-07 16:32:12 rjkaes Exp $ +# $Id: Makefile.am,v 1.19 2004-08-13 20:19:50 rjkaes Exp $ # # Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com) # @@ -24,6 +24,7 @@ tinyproxy_SOURCES = \ buffer.c buffer.h \ child.c child.h \ common.h \ + conffile.c conffile.h \ conns.c conns.h \ daemon.c daemon.h \ hashmap.c hashmap.h \ |