From 0fcb171fe7c3f0c604350dcaa9acefae2858edfc Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sat, 27 Oct 2012 15:06:35 +0000 Subject: [PATCH] linking binarires --- nglib/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nglib/Makefile.am b/nglib/Makefile.am index 3b064b96..6c6e9916 100644 --- a/nglib/Makefile.am +++ b/nglib/Makefile.am @@ -24,14 +24,12 @@ bin_PROGRAMS = ng_vol ng_stl # ng_occ ng_vol_SOURCES = ng_vol.cpp -ng_vol_LDADD = $(top_builddir)/nglib/libnglib.la +ng_vol_LDADD = libnglib.la ng_stl_SOURCES = ng_stl.cpp -ng_stl_LDADD = \ - libnglib.la +ng_stl_LDADD = libnglib.la # ng_occ_SOURCES = ng_occ.cpp -# ng_occ_LDADD = \ -# libnglib.la +# ng_occ_LDADD = libnglib.la