Ignore:
Timestamp:
Oct 15, 2007, 6:31:22 AM (17 years ago)
Author:
andersk
Message:
Build mod_vhost_ldap.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/httpdmods/Makefile.in

    r390 r480  
    11APXS = apxs
    22
    3 MODS = mod_auth_sslcert mod_authz_afsgroup mod_auth_optional
     3MODS = mod_auth_sslcert mod_authz_afsgroup mod_auth_optional mod_vhost_ldap
    44
    55all-local: $(patsubst %,.libs/%.so,$(MODS))
    66
     7APXSFLAGS_mod_vhost_ldap = -Wc,-DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/1.2.0scripts\\\" -lldap_r
     8
    79.libs/%.so: %.c
    8         $(APXS) -c $<
     10        $(APXS) $(APXSFLAGS_$*) -c $<
    911
    1012clean:
Note: See TracChangeset for help on using the changeset viewer.