~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# no targets: we don't want to build anything by default. if you want the
 
3
# test programs, then "make test"
 
4
TARGETS =
 
5
 
 
6
PROGRAMS =
 
7
 
 
8
PROGRAM_LDADD        = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
 
9
PROGRAM_DEPENDENCIES =  \
 
10
        $(top_srcdir)/srclib/apr-util/libaprutil.la \
 
11
        $(top_srcdir)/srclib/apr/libapr.la
 
12
 
 
13
include $(top_builddir)/build/rules.mk
 
14
 
 
15
test: $(PROGRAMS)
 
16
 
 
17
# example for building a test proggie
 
18
# dbu_OBJECTS = dbu.lo
 
19
# dbu: $(dbu_OBJECTS)
 
20
#       $(LINK) $(dbu_OBJECTS) $(PROGRAM_LDADD)