~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-09-12 14:02:31 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070912140231-g5w19l8wbtywlcgd
Tags: 1.4.18-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Update maintainer field in debian/control.
  - Build against libgamin-dev rather than libfam-dev (fixes a warning
    during startup)
  - Make sure that upgrades succeed, even if we can't restart lighttpd.
  - Clean environment in init.d script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AM_CFLAGS = $(FAM_CFLAGS)
2
2
 
3
3
noinst_PROGRAMS=proc_open lemon # simple-fcgi #graphic evalo bench ajp ssl error_test adserver gen-license
4
 
sbin_PROGRAMS=lighttpd
 
4
sbin_PROGRAMS=lighttpd lighttpd-angel
5
5
bin_PROGRAMS=spawn-fcgi
6
6
LEMON=$(top_builddir)/src/lemon
7
7
 
8
8
lemon_SOURCES=lemon.c
9
9
 
 
10
lighttpd_angel_SOURCES=lighttpd-angel.c
 
11
 
10
12
#simple_fcgi_SOURCES=simple-fcgi.c
11
13
#simple_fcgi_LDADD=-lfcgi
12
14
 
254
256
      splaytree.h proc_open.h status_counter.h \
255
257
      mod_magnet_cache.h
256
258
 
257
 
DEFS= @DEFS@ -DLIBRARY_DIR="\"$(libdir)\""
 
259
DEFS= @DEFS@ -DLIBRARY_DIR="\"$(libdir)\"" -DSBIN_DIR="\"$(sbindir)\""
258
260
 
259
261
lighttpd_SOURCES = $(src)
260
262
lighttpd_LDADD = $(PCRE_LIB) $(DL_LIB) $(SENDFILE_LIB) $(ATTR_LIB) $(common_libadd) $(SSL_LIB) $(FAM_LIBS)