From 306019bd6c9dd15842c3131da01e4df2caacd71f Mon Sep 17 00:00:00 2001 From: nadir Date: Fri, 19 Sep 2003 07:56:22 +0000 Subject: [PATCH] taking into account of the xml file for the component test of ther Corba class MED Client to use MED classes in the Client side. --- src/MedClient/test/test1/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/MedClient/test/test1/Makefile.in b/src/MedClient/test/test1/Makefile.in index 13ee5d752..9f11c82d3 100644 --- a/src/MedClient/test/test1/Makefile.in +++ b/src/MedClient/test/test1/Makefile.in @@ -28,10 +28,13 @@ top_srcdir=@top_srcdir@ top_builddir=../../../.. srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl +VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:@top_builddir@/bin:@top_srcdir@/idl:${KERNEL_ROOT_DIR}/idl/salome @COMMENCE@ +RESOURCES_FILES = \ + CatalogModuleTest.xml + EXPORT_PYSCRIPTS = Compo1.py Compo1Py.py \ ${patsubst ${srcdir}/%, %, ${wildcard ${srcdir}/TestMedCorba*.py} } @@ -49,4 +52,5 @@ BIN_SRC = LDFLAGS+= -@CONCLUDE@ +@MODULE@ + -- 2.39.2