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

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-09-05 09:30:15 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070905093015-pm98jekbu9ylcd3w
Tags: 1.4.17-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:
37
37
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
38
38
        $(srcdir)/distribute.sh.in $(srcdir)/lighttpd.spec.in \
39
39
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40
 
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
40
        compile config.guess config.sub depcomp install-sh ltmain.sh \
 
41
        missing
41
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
43
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \