mod_auth_form-2.05/Makefile.am
changeset 11 022ee48c7409
equal deleted inserted replaced
10:1c27769b8435 11:022ee48c7409
       
     1 SUBDIRS = src
       
     2 
       
     3 EXTRA_DIST = autom4 win32
       
     4 
       
     5 install-exec-hook:
       
     6 	if test "$(APXS)" != "no"; then \
       
     7 		$(APXS) -i -n auth_form src/mod_auth_form.la; \
       
     8 	fi
       
     9 
       
    10 uninstall-local:
       
    11 	rm -f `$(APXS) -q LIBEXECDIR`/mod_auth_form*;