~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to test-suite/Makefile.am

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
AM_CFLAGS = @SQUID_CFLAGS@
10
10
AM_CXXFLAGS = @SQUID_CXXFLAGS@
11
11
 
12
 
INCLUDES        = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
 
12
INCLUDES = \
 
13
        -I$(top_srcdir) \
 
14
        -I. \
 
15
        -I$(top_builddir)/include \
 
16
        -I$(top_srcdir)/include \
 
17
        -I$(top_srcdir)/src
 
18
 
 
19
LDADD = \
 
20
        $(top_builddir)/compat/libcompat.la \
 
21
        -L$(top_builddir)/lib -lmiscutil \
 
22
        $(top_builddir)/src/globals.o \
 
23
        $(top_builddir)/src/time.o
13
24
 
14
25
EXTRA_PROGRAMS = mem_node_test membanger splay tcp-banger2 rfc1738
 
26
 
15
27
EXTRA_DIST = testheaders.sh
16
28
 
17
29
ESI_ALL_TESTS = \
50
62
                VirtualDeleteOperator
51
63
 
52
64
 
53
 
LDADD =$(top_builddir)/src/globals.o $(top_builddir)/src/time.o -L$(top_builddir)/lib -lmiscutil
54
65
tcp_banger2_LDADD = -L$(top_builddir)/lib -lmiscutil
55
66
DEBUG_SOURCE = test_tools.cc
56
67
debug_SOURCES = debug.cc $(DEBUG_SOURCE)