Changeset 1981

Show
Ignore:
Timestamp:
09/02/2007 10:23:53 PM (10 months ago)
Author:
jan
Message:

added a first version of the lighttpd-angel process

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/src/Makefile.am

    r1665 r1981  
    22 
    33noinst_PROGRAMS=proc_open lemon # simple-fcgi #graphic evalo bench ajp ssl error_test adserver gen-license 
    4 sbin_PROGRAMS=lighttpd 
     4sbin_PROGRAMS=lighttpd lighttpd-angel 
    55bin_PROGRAMS=spawn-fcgi 
    66LEMON=$(top_builddir)/src/lemon 
    77 
    88lemon_SOURCES=lemon.c 
     9 
     10lighttpd_angel_SOURCES=lighttpd-angel.c 
    911 
    1012#simple_fcgi_SOURCES=simple-fcgi.c 
     
    255257      mod_magnet_cache.h 
    256258 
    257 DEFS= @DEFS@ -DLIBRARY_DIR="\"$(libdir)\"" 
     259DEFS= @DEFS@ -DLIBRARY_DIR="\"$(libdir)\"" -DSBIN_DIR="\"$(sbindir)\"" 
    258260 
    259261lighttpd_SOURCES = $(src)