build error on linking library
This commit is contained in:
parent
c0ee980480
commit
633beea992
|
@ -12,4 +12,4 @@ libAbl_la_SOURCES = abldel.h ablflat.h abloptim.h ablunflat.h
|
|||
ablctlsimp.h ablerror.h ablmap.h ablsubst.h \
|
||||
abldel.c ablflat.c abloptim.c ablunflat.c
|
||||
libAbl_la_LDFLAGS = -version-info @ABL_DLL_VERSION@ -L../../aut/src
|
||||
libAbl_la_LIBADD = -lAut -lMut
|
||||
libAbl_la_LIBADD = -L../../aut/src/.libs -lAut -L../../mbk/src/.libs -lMut
|
||||
|
|
|
@ -24,5 +24,5 @@ libBdd_la_SOURCES = bdd.h bddenv.h bddimply.h bddsimp
|
|||
bdddump.h bddhoper.h bddsatisfy.h \
|
||||
bddenv.c bddimply.c bddsimpdc.c
|
||||
|
||||
libBdd_la_LDFLAGS = -version-info @BDD_DLL_VERSION@ -L../../abl/src -L../../mbk/src
|
||||
libBdd_la_LDFLAGS = -version-info @BDD_DLL_VERSION@ -L../../abl/src -L../../mbk/src -L../../aut/src
|
||||
libBdd_la_LIBADD = -lAbl -lAut
|
||||
|
|
Loading…
Reference in New Issue