|
Last change
on this file since 458 was
390,
checked in by andersk, 18 years ago
|
|
httpd module updates, including support for optional authentication.
|
|
File size:
224 bytes
|
| Rev | Line | |
|---|
| [389] | 1 | APXS = apxs |
|---|
| [56] | 2 | |
|---|
| [390] | 3 | MODS = mod_auth_sslcert mod_authz_afsgroup mod_auth_optional |
|---|
| [56] | 4 | |
|---|
| [389] | 5 | all-local: $(patsubst %,.libs/%.so,$(MODS)) |
|---|
| [56] | 6 | |
|---|
| [389] | 7 | .libs/%.so: %.c |
|---|
| 8 | $(APXS) -c $< |
|---|
| 9 | |
|---|
| [56] | 10 | clean: |
|---|
| [389] | 11 | rm -f .libs $(MODS:=.o) $(MODS:=.la) $(MODS:=.lo) $(MODS:=.slo) |
|---|
Note: See
TracBrowser
for help on using the repository browser.