From: vsr Date: Fri, 26 Oct 2007 10:52:57 +0000 (+0000) Subject: Fix compilation problem: add missing library dependency X-Git-Tag: before_mergefrom_MERGE_MULTIPR_EVOLUTION_29Oct07 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9bb850490307085c9757c7c04e654a5cf4598d1;p=modules%2Fvisu.git Fix compilation problem: add missing library dependency --- 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