From f5856d9aeed32459b6485eefe5fd179c1a361c0e Mon Sep 17 00:00:00 2001 From: barate Date: Mon, 2 Jul 2012 07:35:17 +0000 Subject: [PATCH] Fix YACS make check on Ubuntu 12.04 --- src/GEOM_I_Superv/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOM_I_Superv/Makefile.am b/src/GEOM_I_Superv/Makefile.am index ca96283db..c3acb16c8 100644 --- a/src/GEOM_I_Superv/Makefile.am +++ b/src/GEOM_I_Superv/Makefile.am @@ -59,7 +59,7 @@ libGEOM_SupervEngine_la_CPPFLAGS = \ -I$(top_builddir)/idl libGEOM_SupervEngine_la_LDFLAGS = \ - ../GEOM_I/libGEOMEngine.la \ + ../../idl/libSalomeIDLGEOM.la \ $(CORBA_LIBS) \ $(KERNEL_LDFLAGS) -lSalomeGenericObj -lSalomeNS -lSalomeLifeCycleCORBA -lSalomeContainer -lSalomeDSClient \ $(STDLIB) -- 2.30.2