2065: Fix the linkage of tools from apps/statues/ on GNU/Linux.

https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Fix the linkage of tools from apps/statues/ on GNU/Linux. * apps/statues/Makefile.am (AM_LDFLAGS): Rename as... (LDADD): ...this. Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: apps/statues/Makefile.am --- apps/statues/Makefile.am (revision 2065) +++ apps/statues/Makefile.am (working copy) @@ -4,8 +4,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/milena -I$(top_srcdir)/external/trimesh/include # Produce fast code. AM_CXXFLAGS = -O3 -DNDEBUG -ggdb -# Find trimesh archive. -AM_LDFLAGS = -L$(top_builddir)/external/trimesh/libsrc -ltrimesh +# Find the trimesh archive. +LDADD = -L$(top_builddir)/external/trimesh/libsrc -ltrimesh bin_PROGRAMS = mesh-segm mesh-skel mesh_segm_SOURCES = mesh-segm.cc io.hh
participants (1)
-
Roland Levillain