mod_auth_form-2.05/src/Makefile.am
changeset 11 022ee48c7409
child 17 8485678bf435
equal deleted inserted replaced
10:1c27769b8435 11:022ee48c7409
       
     1 ## This is the shared library to be built
       
     2 lib_LTLIBRARIES = mod_auth_form.la
       
     3 
       
     4 ## Define some compilation parameters for the module
       
     5 mod_auth_form_la_SOURCES = mod_auth_form.c
       
     6 mod_auth_form_la_LDFLAGS = -version-info 2:5:1 -module $(MYSQLCLIENT_LIBFLAGS)
       
     7 mod_auth_form_la_LIBADD = -l$(MYSQLCLIENT_LIB) -lz
       
     8 
       
     9 ## Add the required include files to the compiler
       
    10 INCLUDES = -I$(APACHE2_INCLUDE) -I$(APR_INCLUDE) -I$(MYSQL_INCLUDE)