From 60b39e278621374569859f78170c1c170bf84c85 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 12:10:57 +0000 Subject: Give more descriptive names to the source and library variables and split between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmenu') diff --git a/libmenu/Makefile b/libmenu/Makefile index 5166c478fa..6858f81ffc 100644 --- a/libmenu/Makefile +++ b/libmenu/Makefile @@ -1,9 +1,9 @@ include ../config.mak -LIBNAME = libmenu.a +LIBNAME_MPLAYER = libmenu.a -SRCS= menu.c \ +SRCS_MPLAYER = menu.c \ vf_menu.c \ menu_cmdlist.c \ menu_pt.c \ @@ -13,6 +13,6 @@ SRCS= menu.c \ menu_console.c \ menu_param.c \ -SRCS-$(DVBIN) += menu_dvbin.c +SRCS_MPLAYER-$(DVBIN) += menu_dvbin.c include ../mpcommon.mak -- cgit v1.2.3