diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-03-31 20:14:45 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-03-31 20:14:45 +0000 |
commit | 8a563800e4051e9992f34ce224b7dad1a5f80455 (patch) | |
tree | 40817f802d4fedf2d2c941c332db977001f8674a | |
parent | b841f484aa3b39b4082a0a1629ca7cc3d0b5a014 (diff) | |
download | tinyproxy-8a563800e4051e9992f34ce224b7dad1a5f80455.tar.gz tinyproxy-8a563800e4051e9992f34ce224b7dad1a5f80455.zip |
Added a line for the anonymous.* files.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 63ffb6b..0c31944 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,7 @@ tinyproxy_SOURCES = config.h \ tinyproxy.c tinyproxy.h \ uri.c uri.h \ utils.c utils.h \ + anonymous.c anonymous.h \ regexp.h tinyproxy_LDADD = @LIBOBJS@ |