From 3271c2f5ae8b6fb05d4d6d98fe9dd04438fe5a3c Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Wed, 18 Feb 2009 12:34:22 +0000 Subject: [PATCH] * Corrected a mistake in the Linux Makefile.am file in the nglib folder --- nglib/Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/nglib/Makefile.am b/nglib/Makefile.am index 21f914fc..002916fd 100644 --- a/nglib/Makefile.am +++ b/nglib/Makefile.am @@ -21,15 +21,12 @@ libnglib_la_LDFLAGS = -avoid-version # -rdynamic -bin_PROGRAMS = ng_vol +bin_PROGRAMS = ng_vol ng_stl ng_vol_SOURCES = ng_vol.cpp ng_vol_LDADD = \ libnglib.la - - -bin_PROGRAMS = ng_stl -ng_vol_SOURCES = ng_stl.cpp -ng_vol_LDADD = \ +ng_stl_SOURCES = ng_stl.cpp +ng_stl_LDADD = \ libnglib.la