From b33f47804da5125d22f490ddcb6feba908bc2c36 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 7 Aug 2006 18:06:37 +0000 Subject: Allow again proper compilation outside of the source tree --- tests/server/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/server/Makefile.am') diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index efcff01de..9b20d5c99 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -21,9 +21,13 @@ # $Id$ ########################################################################### + + AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir)/include \ + -I$(top_builddir)/lib \ + -I$(top_srcdir)/lib noinst_PROGRAMS = sws getpart sockfilt resolve tftpd -- cgit v1.2.3