mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
library dependeny fix
This commit is contained in:
parent
b72d5caf1b
commit
e649787f4a
@ -24,8 +24,8 @@ bin_PROGRAMS = ng_vol ng_stl
|
||||
# ng_occ
|
||||
|
||||
ng_vol_SOURCES = ng_vol.cpp
|
||||
ng_vol_LDADD = \
|
||||
libnglib.la
|
||||
ng_vol_LDADD = $(top_builddir)/nglib/libnglib.la
|
||||
|
||||
ng_stl_SOURCES = ng_stl.cpp
|
||||
ng_stl_LDADD = \
|
||||
libnglib.la
|
||||
|
Loading…
Reference in New Issue
Block a user