diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-10 21:52:07 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-10 21:52:07 +0000 |
commit | ed30d9d329db28f0916d9fba58ed27cce3e3d371 (patch) | |
tree | 08e173041c8cb816eaab1b300b7f861a8a334192 /ChangeLog | |
parent | abdfa8b2dade9b4242870ab4be019c7664be359c (diff) | |
download | tinyproxy-ed30d9d329db28f0916d9fba58ed27cce3e3d371.tar.gz tinyproxy-ed30d9d329db28f0916d9fba58ed27cce3e3d371.zip |
Changed in src/Makefile.am
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-04-10 Robert James Kaes <rjkaes@flarenet.com> + * src/Makefile.am: Removed the dependency on LIBOBJS and instead + replaced it with an ADDITIONAL_OBJECTS variable defined within the + configure script. This allows greater control over what is + compiled. + * configure.ac: Removed the AC_FUNC_LSTAT macro since it wants to add lstat.o onto some machines. I don't think the test was really needed anyway, so it's better to have it gone. |