~ubuntu-branches/ubuntu/oneiric/libapreq2/oneiric

« back to all changes in this revision

Viewing changes to module/apache2/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-10-31 02:40:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061031024032-0uz12ks05bi4iqfl
Tags: 2.08-4
Fix typo; libapreq2 recommended libapreq2-mod-apreq2, which is obviously
wrong. Change to libapache2-mod-apreq2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        $(top_srcdir)/configure.ac
44
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
45
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
mkinstalldirs = $(install_sh) -d
47
47
CONFIG_HEADER = $(top_builddir)/include/apreq_config.h
48
48
CONFIG_CLEAN_FILES =
49
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
171
171
SET_MAKE = @SET_MAKE@
172
172
SHELL = @SHELL@
173
173
STRIP = @STRIP@
 
174
TAR = @TAR@
174
175
VERSION = @VERSION@
175
176
ac_ct_AR = @ac_ct_AR@
176
177
ac_ct_CC = @ac_ct_CC@
221
222
 
222
223
mod_apreq2_la_SOURCES = apreq_private_apache2.h handle.c filter.c
223
224
pkgcfgdir = `@APACHE2_APXS@ -q SYSCONFDIR`
224
 
@MAINTAINER_MODE_FALSE@AM_CPPFLAGS = @APACHE2_INCLUDES@ @APR_INCLUDES@
225
 
@MAINTAINER_MODE_TRUE@AM_CPPFLAGS = -DAP_HAVE_DESIGNATED_INITIALIZER @APACHE2_INCLUDES@ @APR_INCLUDES@
 
225
AM_CPPFLAGS = @APACHE2_INCLUDES@ @APR_INCLUDES@
226
226
@BUILD_HTTPD_FALSE@pkginclude_HEADERS = apreq_module_apache2.h
227
227
@BUILD_HTTPD_FALSE@pkglib_LTLIBRARIES = mod_apreq2.la
228
228
all: all-am