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
758f08d6
Commit
758f08d6
authored
Feb 01, 2019
by
IOhannes m zmölnig
Browse files
use $(empty) to terminate SOURCES-list
parent
19d5f961
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Controls/Makefile.am
View file @
758f08d6
...
...
@@ -37,7 +37,8 @@ libControls_la_SOURCES= \
modelfiler.cpp
\
modelfiler.h
\
render_trigger.cpp
\
render_trigger.h
render_trigger.h
\
$(empty)
if
ENABLE_MULTICONTEXT
else
!ENABLE_MULTICONTEXT
...
...
@@ -49,5 +50,6 @@ libControls_la_SOURCES+= \
gemmouse.cpp
\
gemmouse.h
\
gemwin.cpp
\
gemwin.h
gemwin.h
\
$(empty)
endif
!ENABLE_MULTICONTEXT
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