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

Some build-system fixes. Also, add the dependency libraries to

..._LIBADD s.t. libtool can do its job.
parent 737554cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment