From c9bb850490307085c9757c7c04e654a5cf4598d1 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 26 Oct 2007 10:52:57 +0000 Subject: [PATCH] Fix compilation problem: add missing library dependency --- src/VISU_I/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/VISU_I/Makefile.am b/src/VISU_I/Makefile.am index 184ad65a..5c3e7b16 100644 --- a/src/VISU_I/Makefile.am +++ b/src/VISU_I/Makefile.am @@ -165,6 +165,7 @@ VISU_I_LDADD=\ -lSALOMELocalTrace \ -lSalomeResourcesManager \ -lSalomeDSClient \ + -lSalomeLauncher \ -lSalomeObject \ -lqtx \ -lsuit \ @@ -187,4 +188,4 @@ VISU_I_LDADD=\ -lMEDWrapper_V2_2 \ -lMEDWrapper_V2_1 \ -lmed_V2_1 \ - -lmedmem \ No newline at end of file + -lmedmem -- 2.39.2