From 222687082d62dc9fa04205e6906a6d8ffe2932b1 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Sun, 16 Aug 2009 14:56:37 +0000 Subject: [PATCH] Some build-system fixes. Also, add the dependency libraries to ..._LIBADD s.t. libtool can do its job. --- Makefile.am.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am.template b/Makefile.am.template index 24030cd..b50daec 100644 --- a/Makefile.am.template +++ b/Makefile.am.template @@ -82,7 +82,7 @@ libalberta_gfx%LIBCODE%_la_CPPFLAGS = \ $(CPPFLAGS) -DDIM_OF_WORLD=%DIM_OF_WORLD% \ -DALBERTA_DEBUG=%ALBERTA_DEBUG% \ -DALBERTA_PROFILE=%ALBERTA_PROFILE% -#libalberta_gfx%LIBCODE%_la_LIBADD = @GLTOOLS_ALL_LIBS@ @OPENDX_ALL_LIBS@ @OPENGL_ALL_LIBS@ +libalberta_gfx%LIBCODE%_la_LIBADD = @GLTOOLS_ALL_LIBS@ @OPENDX_ALL_LIBS@ @OPENGL_ALL_LIBS@ libalberta_gfx%LIBCODE%_la_LDFLAGS = -version-info 4:0:0 endif @@ -94,5 +94,5 @@ endif %NO_MULTI_DIM% cd $(top_srcdir) && sh generate-alberta-automakefiles.sh %NO_MULTI_DIM%endif -all-local: - make -C ../Common all-local +%NO_MULTI_DIM%all-local: +%NO_MULTI_DIM% make -C ../Common all-local -- GitLab