summaryrefslogtreecommitdiff
path: root/sample/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-20 14:44:15 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-20 14:44:15 +0000
commita36d4a930d75bc9ed6caf1cbfa86e02bc68f7df7 (patch)
treee2b75e0cb4ae2f2778c2abf09697dc1f9d016811 /sample/Makefile.am
parent41c69fc335e116de8b9a6889798a7dd5bc295fd3 (diff)
downloadlibevent-a36d4a930d75bc9ed6caf1cbfa86e02bc68f7df7.tar.gz
r14699@catbus: nickm | 2007-08-20 10:42:57 -0400
Use $top_srcdir and $srcdir variables to refer to source paths in Makefile.am. This makes it possible to build libevent from a separate directory. Patch from Kelly Anderson. svn:r400
Diffstat (limited to 'sample/Makefile.am')
-rw-r--r--sample/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile.am b/sample/Makefile.am
index d4a113ce..1de7e724 100644
--- a/sample/Makefile.am
+++ b/sample/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
LDADD = ../libevent.la
-AM_CFLAGS = -I../compat
+AM_CFLAGS = -I$(top_srcdir)/compat
noinst_PROGRAMS = event-test time-test signal-test