summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 71bba44293..e582919622 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -8,7 +8,7 @@ OBJS=$(SRCS:.c=.o)
ifeq ($(TARGET_ARCH_X86),yes)
ifeq ($(TARGET_OS),Linux)
-SRCS += vo_vesa.c
+SRCS += vo_vesa.c vesa_lvo.c
endif
endif