Changeset 480 for server/common
- Timestamp:
- Oct 15, 2007, 6:31:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/httpdmods/Makefile.in
r390 r480 1 1 APXS = apxs 2 2 3 MODS = mod_auth_sslcert mod_authz_afsgroup mod_auth_optional 3 MODS = mod_auth_sslcert mod_authz_afsgroup mod_auth_optional mod_vhost_ldap 4 4 5 5 all-local: $(patsubst %,.libs/%.so,$(MODS)) 6 6 7 APXSFLAGS_mod_vhost_ldap = -Wc,-DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/1.2.0scripts\\\" -lldap_r 8 7 9 .libs/%.so: %.c 8 $(APXS) -c $<10 $(APXS) $(APXSFLAGS_$*) -c $< 9 11 10 12 clean:
Note: See TracChangeset
for help on using the changeset viewer.