link modules against LIBS, too (right now the only reason for this is that scumm/ needs MAD & Vorbis libs)
svn-id: r10302
This commit is contained in:
parent
7fd732f5bb
commit
f8997ba7cc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ifdef PLUGIN
|
|||
# one of several build rules
|
||||
PLUGIN-$(MODULE) := $(MODULE)/$(PLUGIN_PREFIX)$(MODULE)$(PLUGIN_SUFFIX)
|
||||
$(PLUGIN-$(MODULE)): $(MODULE_OBJS) $(EXECUTABLE)
|
||||
$(CXX) -bundle -bundle_loader $(EXECUTABLE) $(filter-out $(EXECUTABLE),$+) -o $@
|
||||
$(CXX) -bundle -bundle_loader $(EXECUTABLE) $(filter-out $(EXECUTABLE),$+) $(LIBS) -o $@
|
||||
PLUGIN:=
|
||||
plugins: $(PLUGIN-$(MODULE))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue