Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
4984e9e3
Commit
4984e9e3
authored
Jul 21, 2014
by
IOhannes m zmoelnig
Browse files
added GL_LDFLAGS
since the new ax-macros also define these (e.g. on OSX)
parent
974f3c75
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/modelASSIMP2/Makefile.am
View file @
4984e9e3
...
...
@@ -30,7 +30,7 @@ gem_modelASSIMP2_la_LIBADD += -L$(top_builddir) @GEM_EXTERNAL_LIBS@
# Dependencies
gem_modelASSIMP2_la_CXXFLAGS
+=
@PKG_ASSIMP_CFLAGS@ @GL_CFLAGS@
gem_modelASSIMP2_la_LIBADD
+=
@PKG_ASSIMP_LIBS@ @GL_LIBS@
gem_modelASSIMP2_la_LIBADD
+=
@PKG_ASSIMP_LIBS@ @GL_LIBS@
@GL_LDFLAGS@
# convenience symlinks
include
$(srcdir)/../symlink_ltlib.mk
...
...
plugins/modelOBJ/Makefile.am
View file @
4984e9e3
...
...
@@ -25,7 +25,7 @@ gem_modelOBJ_la_LIBADD += -L$(top_builddir) @GEM_EXTERNAL_LIBS@
# Dependencies
gem_modelOBJ_la_CXXFLAGS
+=
@GL_CFLAGS@
gem_modelOBJ_la_LIBADD
+=
@GL_LIBS@
gem_modelOBJ_la_LIBADD
+=
@GL_LIBS@
@GL_LDFLAGS@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment