summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-01 17:22:35 +0000
committerDavid Troy <dave@popvox.com>2006-04-01 17:22:35 +0000
commita2957dba6e5f8c607a13a66b2489c0c2f41d31f5 (patch)
tree7964242a761cd9156a21f517c7fd1cee0a0d552d /Makefile
parent66304bf4ed08647861e7f14f4afe45be7bdd20b8 (diff)
downloadastmanproxy-a2957dba6e5f8c607a13a66b2489c0c2f41d31f5.tar.gz
astmanproxy-a2957dba6e5f8c607a13a66b2489c0c2f41d31f5.tar.xz
astmanproxy-a2957dba6e5f8c607a13a66b2489c0c2f41d31f5.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@44 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b62a04..02d80cb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ PREFIX:= /usr/local
BINDIR := $(DESTDIR)$(PREFIX)/sbin
# For compilation dependencies
-MODS := astmanproxy config config_perms common proxyfunc log
+MODS := astmanproxy config config_perms common proxyfunc log ssl md5
HANDLERS := xml standard csv http
SOBJS := $(HANDLERS:%=%.so)