Changeset 421

Show
Ignore:
Timestamp:
07/06/2005 11:58:19 AM (3 years ago)
Author:
jan
Message:

added mod_cml (Cache Meta Language)

Location:
branches/lighttpd-1.3.x/src
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/src/Makefile.am

    r381 r421  
    6969endif 
    7070 
     71lib_LTLIBRARIES += mod_cml.la 
     72mod_cml_la_SOURCES = mod_cml.c mod_cml_funcs.c mod_cml_logic.c 
     73mod_cml_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined 
     74mod_cml_la_LIBADD = $(MYSQL_LIBS) $(common_libadd) 
     75 
    7176lib_LTLIBRARIES += mod_mysql_vhost.la 
    7277mod_mysql_vhost_la_SOURCES = mod_mysql_vhost.c 
     
    196201      mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \ 
    197202      configparser.h mod_ssi_exprparser.h \ 
    198       sys-mmap.h sys-socket.h 
    199       # license.h 
    200        
    201 #hdr += chat.h chat_misc.h chat_endec.h chat_user.h \ 
    202 #       chat_channel.h 
     203      sys-mmap.h sys-socket.h mod_cml.h 
    203204 
    204205DEFS= @DEFS@ -DLIBRARY_DIR="\"$(libdir)\""