summaryrefslogtreecommitdiff
path: root/src/Makefile.am (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-03-13# Added htmlerror.c and htmlerror.hRobert James Kaes1-3/+2
2003-03-13# Include the http_message.[ch] into the compiled tinyproxy object.Robert James Kaes1-1/+2
2002-05-26Removed the "dnsserver" program all together, and changed the names ofRobert James Kaes1-12/+3
some of the files.
2002-05-23Added code to create the "dnsserver" program, and also reorganized toRobert James Kaes1-2/+16
include the various new source files.
2002-05-02tinyproxy should be installed into the /sbin directory rather than theRobert James Kaes1-2/+2
/bin directory since it's a network daemon.
2002-04-10Removed the dependency on LIBOBJS and instead use the ADDITIONAL_OBJECTSRobert James Kaes1-7/+5
variable in conjunction with _DEPENDENCIES and _LDADD. The change here makes filter a "required" module in the sense that it will always be compiled (to make sure it doesn't get out of date), but it will conditionally included in the object file.
2002-04-07Update the list of source code files to include the vector and hashmapRobert James Kaes1-6/+8
files.
2001-12-15Removed the references to ternary.c and ternary.hRobert James Kaes1-3/+2
2001-12-15Removed the references to dnscache.c and dnscache.hRobert James Kaes1-2/+1
2001-11-05Added a clean rule to remove the gprof files.Robert James Kaes1-1/+5
2001-10-25Some code clean up due to the creation of the conns.{c,h} files which nowRobert James Kaes1-1/+2
store the creation/destruction and definition of the connection structure.
2001-10-01Added the ability to compile tinyproxy with static linking.Robert James Kaes1-1/+2
2001-09-14Removed the reference to uri.c and uri.h since the new reqs.c doesn't useRobert James Kaes1-2/+1
them.
2000-09-11Modified to include all the files needed to build tinyproxy, plus theRobert James Kaes1-3/+30
special targets for building the LEX and YACC files. (Also included the GNU license.)
2000-03-31Added a line for the anonymous.* files.Robert James Kaes1-0/+1
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young1-0/+19
which included commits to RCS files with non-trunk default branches.