~ubuntu-branches/debian/sid/gearmand/sid

« back to all changes in this revision

Viewing changes to tests/httpd.am

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-01 20:43:47 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120501204347-qaifvvjkktvc9upu
Tags: 0.32-1
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# All paths should be given relative to the root
11
11
#
12
12
 
13
 
tests_httpd_test_SOURCES= tests/httpd_test.cc
14
 
tests_httpd_test_DEPENDENCIES= $(CLIENT_LDADD)
15
 
tests_httpd_test_LDADD= $(tests_httpd_test_DEPENDENCIES)
 
13
tests_httpd_test_SOURCES=
 
14
tests_httpd_test_DEPENDENCIES=
 
15
tests_httpd_test_LDADD=
 
16
 
 
17
tests_httpd_test_SOURCES+= tests/httpd_test.cc
 
18
tests_httpd_test_SOURCES+= tests/libgearman-1.0/workers.cc
 
19
 
 
20
tests_httpd_test_DEPENDENCIES+= $(CLIENT_LDADD)
 
21
tests_httpd_test_DEPENDENCIES+= gearmand/gearmand
 
22
 
 
23
tests_httpd_test_LDADD+= $(CLIENT_LDADD)
 
24
 
16
25
check_PROGRAMS+= tests/httpd_test
17
26
noinst_PROGRAMS+= tests/httpd_test
18
27