From 5ee59d824792b36aaa8dce35fab4bf43f296bc1d Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Mon, 18 Jan 2010 21:57:31 +0000 Subject: [PATCH] Revert back to not adding the gfx support libraries to LIBADD. Breaks when merging shared and non-shared libraries. --- Makefile.am.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am.template b/Makefile.am.template index b50daec..49f9bec 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 -- GitLab