From a36d4a930d75bc9ed6caf1cbfa86e02bc68f7df7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 20 Aug 2007 14:44:15 +0000 Subject: 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 --- sample/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/Makefile.am') 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 -- cgit v1.2.1