Skip to content
Snippets Groups Projects
Commit 5ee59d82 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Revert back to not adding the gfx support libraries to LIBADD. Breaks

when merging shared and non-shared libraries.
parent 66d29680
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ libalberta_gfx%LIBCODE%_la_CPPFLAGS = \ ...@@ -82,7 +82,7 @@ libalberta_gfx%LIBCODE%_la_CPPFLAGS = \
$(CPPFLAGS) -DDIM_OF_WORLD=%DIM_OF_WORLD% \ $(CPPFLAGS) -DDIM_OF_WORLD=%DIM_OF_WORLD% \
-DALBERTA_DEBUG=%ALBERTA_DEBUG% \ -DALBERTA_DEBUG=%ALBERTA_DEBUG% \
-DALBERTA_PROFILE=%ALBERTA_PROFILE% -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 libalberta_gfx%LIBCODE%_la_LDFLAGS = -version-info 4:0:0
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment