summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-06 12:40:31 +0100
committerMichael Adam <obnox@samba.org>2009-12-06 13:17:18 +0100
commitfd987e97f035e3567e9db18ad233e604c9d78ed1 (patch)
treeeb3d90b9f4fd1a249fd9a1b3f2646c0f14b9bf17 /src/Makefile.am
parent56ba3d45bd415d1b949032c312bb188126feb205 (diff)
move handling of upstream list to new module upstream.{c,h}
Michael
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b306c8b..27f85dd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,8 @@ tinyproxy_SOURCES = \
text.c text.h \
main.c main.h \
utils.c utils.h \
- vector.c vector.h
+ vector.c vector.h \
+ upstream.c upstream.h
EXTRA_tinyproxy_SOURCES = filter.c filter.h \
reverse-proxy.c reverse-proxy.h \