From 297a0a48bbd332df63e1e3ffd8aef48ce602885e Mon Sep 17 00:00:00 2001 From: srn Date: Wed, 22 Feb 2006 10:47:44 +0000 Subject: [PATCH] Fixed bug with missing libSalomeDSClient.so linker option --- src/VISU_I/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/VISU_I/Makefile.in b/src/VISU_I/Makefile.in index bc8b50a4..d1cc61ee 100644 --- a/src/VISU_I/Makefile.in +++ b/src/VISU_I/Makefile.in @@ -141,8 +141,7 @@ LDFLAGSFORBIN=$(LDFLAGS) $(LIBS) \ -lSalomeNotification \ -lSALOMELocalTrace \ -lSalomeResourcesManager \ - -lSalomeDS \ - -lSalomeDSImpl \ + -lSalomeDSClient \ -lSalomeObject \ -lqtx \ -lsuit \ -- 2.39.2