[ofa-general] [PATCH] uDAPL dtest/dapltest build issues
Arlin Davis
arlin.r.davis at intel.com
Mon Mar 5 13:49:37 PST 2007
Fix dapltest and dtest build issues. Applied to master and ofed_1_2.
Signed-off by: Arlin Davis ardavis at ichips.intel.com
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
More information about the general
mailing list