From: Ira Weiny <[email protected]> Date: Wed, 27 Apr 2011 10:08:03 -0700 Subject: [PATCH] infiniband-diags: fix "dist" target and subsequent rpm building
Signed-off-by: Ira Weiny <[email protected]> --- libibnetdisc/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libibnetdisc/Makefile.am b/libibnetdisc/Makefile.am index f30d3cc..fbf0e60 100644 --- a/libibnetdisc/Makefile.am +++ b/libibnetdisc/Makefile.am @@ -36,7 +36,8 @@ test_testleaks_SOURCES = test/testleaks.c test_testleaks_CFLAGS = -Wall $(DBGFLAGS) test_testleaks_LDFLAGS = -libnetdisc -libibnetdiscinclude_HEADERS = $(srcdir)/include/infiniband/ibnetdisc.h +libibnetdiscinclude_HEADERS = $(srcdir)/include/infiniband/ibnetdisc.h \ + $(srcdir)/include/infiniband/ibnetdisc_osd.h man_MANS = man/ibnd_debug.3 \ man/ibnd_destroy_fabric.3 \ -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
