summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
deleted file mode 100644
index a596370151..0000000000
--- a/libmenu/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-include ../config.mak
-
-LIBNAME_MPLAYER = libmenu.a
-
-SRCS_MPLAYER = menu.c \
- vf_menu.c \
- menu_chapsel.c \
- menu_cmdlist.c \
- menu_pt.c \
- menu_list.c \
- menu_filesel.c \
- menu_txt.c \
- menu_console.c \
- menu_param.c \
-
-SRCS_MPLAYER-$(DVBIN) += menu_dvbin.c
-
-include ../mpcommon.mak