From 43c49befd53fc5bd0a4300b3a7b924ac9288b4a9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 17 Apr 2003 13:00:24 +0000 Subject: [PATCH] * sea/src/Makefile.am : - Passage a la nouvelle librairie VHDL avec support des generiques, pour etre compatible avec le reste d'Alliance. --- alliance/src/sea/src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alliance/src/sea/src/Makefile.am b/alliance/src/sea/src/Makefile.am index 1d4e489a..a0f36f7d 100644 --- a/alliance/src/sea/src/Makefile.am +++ b/alliance/src/sea/src/Makefile.am @@ -16,7 +16,7 @@ a2def_LDADD = @ALLIANCE_LIBS@ \ -lMsl \ -lMel -lMgl \ -lMhl \ - -lMvl \ + -lMvg \ -lMmg \ -lMlo \ -lMph -lMut \ @@ -31,7 +31,7 @@ def2a_LDADD = @ALLIANCE_LIBS@ \ -lMsl \ -lMel -lMgl \ -lMhl \ - -lMvl \ + -lMvg \ -lMmg \ -lMlo \ -lMph -lMut \ @@ -46,7 +46,7 @@ sxlib2lef_LDADD = @ALLIANCE_LIBS@ \ -lMsl \ -lMel -lMgl \ -lMhl \ - -lMvl \ + -lMvg \ -lMmg \ -lMlo \ -lMph -lMut \