summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/Makefile')
-rw-r--r--libmenu/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 8998c10336..fd2c2600a0 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -4,6 +4,9 @@ include ../config.mak
LIBNAME = libmenu.a
SRCS= menu.c vf_menu.c menu_cmdlist.c menu_pt.c menu_list.c menu_filesel.c menu_txt.c menu_console.c menu_param.c
+ifeq ($(DVBIN),yes)
+SRCS += menu_dvbin.c
+endif
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC) -Wall