aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 297c04613..fead1dac6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -339,7 +339,9 @@ ALLMODS:=$(call vo_to_mod,$(ALLVO))
LIBFILES:=$(THEORIESVO) $(PLUGINSVO) $(call vo_to_cm,$(THEORIESVO)) \
$(call vo_to_cm,$(PLUGINSVO)) $(call vo_to_obj,$(THEORIESVO)) \
- $(call vo_to_obj,$(PLUGINSVO))
+ $(call vo_to_obj,$(PLUGINSVO)) \
+ $(PLUGINSVO:.vo=.v) $(THEORIESVO:.vo=.v) \
+ $(PLUGINSVO:.vo=.glob) $(THEORIESVO:.vo=.glob)
LIBFILESLIGHT:=$(THEORIESLIGHTVO)