[ofa-general] [PATCH] Add dapltest headers to Makefile.am
Vladimir Sokolovsky
vlad at mellanox.co.il
Wed Feb 28 08:18:46 PST 2007
Hi Arlin,
The followin patch fix dapltest compilation after 'make dist':
Add dapltest headers to EXTRA_DIST
Signed-off-by: Vladimir Sokolovsky <vlad at mellanox.co.il>
diff --git a/Makefile.am b/Makefile.am
index e2bf4dc..98bcf70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -231,7 +231,35 @@ EXTRA_DIST = dat/common/dat_dictionary.h \
doc/dat.conf \
dapl/udapl/libdaplcma.map \
libdat.spec.in \
- $(man_MANS)
+ $(man_MANS) \
+ test/dapltest/include/dapl_bpool.h \
+ test/dapltest/include/dapl_client_info.h \
+ test/dapltest/include/dapl_common.h \
+ test/dapltest/include/dapl_execute.h \
+ test/dapltest/include/dapl_fft_cmd.h \
+ test/dapltest/include/dapl_fft_util.h \
+ test/dapltest/include/dapl_getopt.h \
+ test/dapltest/include/dapl_global.h \
+ test/dapltest/include/dapl_limit_cmd.h \
+ test/dapltest/include/dapl_mdep.h \
+ test/dapltest/include/dapl_memlist.h \
+ test/dapltest/include/dapl_params.h \
+ test/dapltest/include/dapl_performance_cmd.h \
+ test/dapltest/include/dapl_performance_stats.h \
+ test/dapltest/include/dapl_performance_test.h \
+ test/dapltest/include/dapl_proto.h \
+ test/dapltest/include/dapl_quit_cmd.h \
+ test/dapltest/include/dapl_server_cmd.h \
+ test/dapltest/include/dapl_server_info.h \
+ test/dapltest/include/dapl_tdep.h \
+ test/dapltest/include/dapl_tdep_print.h \
+ test/dapltest/include/dapl_test_data.h \
+ test/dapltest/include/dapl_transaction_cmd.h \
+ test/dapltest/include/dapl_transaction_stats.h \
+ test/dapltest/include/dapl_transaction_test.h \
+ test/dapltest/include/dapl_version.h \
+ test/dapltest/mdep/linux/dapl_mdep_user.h
+
dist-hook: libdat.spec
cp libdat.spec $(distdir)
More information about the general
mailing list