diff options
author | Yang Tse <yangsita@gmail.com> | 2006-08-07 18:06:37 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-08-07 18:06:37 +0000 |
commit | b33f47804da5125d22f490ddcb6feba908bc2c36 (patch) | |
tree | 72b2cca94500547428f7948652e189119111afff /tests/server | |
parent | 7ba5e098a356a1c2ae3a7d7cfc61c46811815693 (diff) |
Allow again proper compilation outside of the source tree
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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 |