From e3f6aca57a8fa5cbaaf872bf6844feb7d5e1e66c Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Mon, 5 Mar 2007 14:15:49 -0800 Subject: [PATCH] Fix build issues with dtest and dapltest. Define build tree path to dat/include. --- test/dapltest/Makefile.am | 3 ++- test/dtest/Makefile.am | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/dapltest/Makefile.am b/test/dapltest/Makefile.am index 0c83924..1a19c53 100755 --- a/test/dapltest/Makefile.am +++ b/test/dapltest/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = -I include \ - -I mdep/linux + -I mdep/linux \ + -I $(srcdir)/../../dat/include bin_PROGRAMS = dapltest diff --git a/test/dtest/Makefile.am b/test/dtest/Makefile.am index ac9837b..fcb9b4e 100755 --- a/test/dtest/Makefile.am +++ b/test/dtest/Makefile.am @@ -1,4 +1,5 @@ bin_PROGRAMS = dtest dtest_SOURCES = dtest.c +INCLUDES = -I $(srcdir)/../../dat/include dtest_LDADD = $(srcdir)/../../dat/udat/libdat.la -- 2.41.0