X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Fselftest%2FautoMakefile.am;h=c7813b13bd6799c015862f22d998130bb12a903a;hb=7919255685d2080d619df71eecfa1545211b4ddb;hp=24d92bcd10017ba05fc1bcca388cd07990ca9d9a;hpb=4c3c97ffdc68525d3096d0638ce28dbd7e91ab5f;p=fs%2Flustre-release.git diff --git a/lnet/selftest/autoMakefile.am b/lnet/selftest/autoMakefile.am index 24d92bcd1..c7813b1 100644 --- a/lnet/selftest/autoMakefile.am +++ b/lnet/selftest/autoMakefile.am @@ -1,14 +1,3 @@ -my_sources = console.c conrpc.c conctl.c console.h conrpc.h \ - framework.c timer.c rpc.c module.c \ - ping_test.c brw_test.c - -if LIBLUSTRE -noinst_LIBRARIES= libselftest.a -libselftest_a_SOURCES= $(my_sources) -libselftest_a_CPPFLAGS = $(LLCPPFLAGS) -libselftest_a_CFLAGS = $(LLCFLAGS) -endif - if MODULES if LINUX @@ -17,7 +6,7 @@ endif # LINUX endif # MODULES -install-data-hook: $(install_data_hook) +EXTRA_DIST := $(lnet_selftest-objs:%.o=%.c) +EXTRA_DIST += console.h conrpc.h rpc.h selftest.h timer.h MOSTLYCLEANFILES = @MOSTLYCLEANFILES@ selftest -DIST_SOURCES = $(lnet_selftest-objs:%.o=%.c) console.h conrpc.h rpc.h selftest.h timer.h