~clint-fewbar/gearmand/fix-postgresql-path

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2011-07-21 04:50:58 UTC
  • mto: This revision was merged to the branch mainline in revision 442.
  • Revision ID: brian@tangent.org-20110721045058-tadgpgkjrf472rwy
Update all of test framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Use and distribution licensed under the BSD license.  See
6
6
# the COPYING file in this directory for full text.
7
7
 
 
8
#AUTOMAKE_OPTIONS = std-options
8
9
ACLOCAL_AMFLAGS= -I m4
9
10
 
10
11
bin_PROGRAMS =
22
23
EXTRA_DIST =
23
24
CLEANFILES =
24
25
TESTS =
 
26
.PHONY =
25
27
 
26
 
GEARMAN_TMP = ${abs_top_builddir}/tests/var/tmp/
 
28
# Should always be first
 
29
include libtest/include.am
27
30
 
28
31
include benchmark/include.am
29
32
include bin/include.am
32
35
include libgearman-server/include.am
33
36
include libgearman/include.am
34
37
include util/include.am
35
 
include libtest/include.am
36
38
include tests/include.am
37
39
include support/include.am
38
40
include docs/include.am