~ubuntu-branches/ubuntu/hardy/transmission/hardy-updates

« back to all changes in this revision

Viewing changes to third-party/libevent/sample/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-12-05 14:37:05 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20071205143705-env7ahsls1gyb2eo
Tags: upstream-0.95.dfsg
ImportĀ upstreamĀ versionĀ 0.95.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
top_srcdir = @top_srcdir@
184
184
AUTOMAKE_OPTIONS = foreign no-dependencies
185
185
LDADD = ../libevent.la
186
 
AM_CFLAGS = -I$(top_srcdir)/compat
 
186
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
187
187
event_test_sources = event-test.c
188
188
time_test_sources = time-test.c
189
189
signal_test_sources = signal-test.c