diff -r 1c27769b8435 -r 022ee48c7409 mod_auth_form-2.05/src/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_auth_form-2.05/src/Makefile.am Fri May 22 15:42:33 2009 +0100 @@ -0,0 +1,10 @@ +## This is the shared library to be built +lib_LTLIBRARIES = mod_auth_form.la + +## Define some compilation parameters for the module +mod_auth_form_la_SOURCES = mod_auth_form.c +mod_auth_form_la_LDFLAGS = -version-info 2:5:1 -module $(MYSQLCLIENT_LIBFLAGS) +mod_auth_form_la_LIBADD = -l$(MYSQLCLIENT_LIB) -lz + +## Add the required include files to the compiler +INCLUDES = -I$(APACHE2_INCLUDE) -I$(APR_INCLUDE) -I$(MYSQL_INCLUDE)