diff --git a/Makefile.am.template b/Makefile.am.template index 24030cdf2fe861e9f41308137188b23a83bff0fd..b50daec9a65eabf78e344089ef4c02831b3d9d08 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