]> andersk Git - mod-vhost-ldap.git/commitdiff
git-svn-id: svn://svn.debian.org/svn/modvhostldap/branches/ext-config/mod-vhost-ldap...
authorPiotr Wadas <pwadas@jewish.org.pl>
Wed, 19 Jul 2006 15:07:45 +0000 (15:07 +0000)
committerPiotr Wadas <pwadas@jewish.org.pl>
Wed, 19 Jul 2006 15:07:45 +0000 (15:07 +0000)
Makefile

index 3b0a5d86c0135fbbe7352a82b9dfac971c89433e..a395d1d36d3aca912dae17d51b108627eddfad80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ restart:
 
 mod_vhost_ldap.o: mod_vhost_ldap.c
 
-       $(APXS) -Wc,-Wall -Wc,-Werror -Wc,-g -Wc,-DDEBUG -Wc,-DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/$(VERSION)\\\" -c -lldap_r mod_vhost_ldap.c
+       $(APXS) -Wc,-Wall -Wc,-Werror -Wc,-g -Wc,-DDEBUG -Wc,-DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/$(VERSION)\\\" -c -lcrypt -lldap_r mod_vhost_ldap.c
        /usr/bin/apache2sctl restart
        
 encclean:
This page took 0.032423 seconds and 5 git commands to generate.