~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to third-party/libevent/test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-11-22 12:37:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122123714-b0xi4zxhgk5qwbmc
Tags: 0.93.dfsg-2
* Added missing build-dependency (python).
* debian/control: switching to Homepage, Vcs-Browser and Vcs-Svn official
  fields (Leo "costela" Antunes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AUTOMAKE_OPTIONS = foreign no-dependencies
2
2
 
3
 
LDADD = ../libevent.la
4
3
CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
5
4
 
6
5
EXTRA_DIST = regress.rpc
9
8
 
10
9
BUILT_SOURCES = regress.gen.c regress.gen.h
11
10
test_init_SOURCES = test-init.c
 
11
test_init_LDADD = ../libevent_core.la
12
12
test_eof_SOURCES = test-eof.c
 
13
test_eof_LDADD = ../libevent_core.la
13
14
test_weof_SOURCES = test-weof.c
 
15
test_weof_LDADD = ../libevent_core.la
14
16
test_time_SOURCES = test-time.c
 
17
test_time_LDADD = ../libevent_core.la
15
18
regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \
16
19
        regress_rpc.c \
17
20
        regress.gen.c regress.gen.h
 
21
regress_LDADD = ../libevent.la
18
22
bench_SOURCES = bench.c
 
23
bench_LDADD = ../libevent.la
19
24
 
20
25
regress.gen.c regress.gen.h: regress.rpc
21
26
        $(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"