From c1d1893712af186e2c5c1c2e9ce87d28b346f85a Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 26 Dec 2010 18:24:16 +0100 Subject: Read name of volume to fill OSD with filename --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a552d3d..8429425 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,9 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o helpers.o tools.o imagelist-item.o imagelist.o dvdlist-item.o \ - dvdlist.o dvdplugin.o menu-item.o menu.o setup.o setup-itypes.o commands.o +OBJS = $(PLUGIN).o helpers.o tools.o imagelist-item.o imagelist.o \ + dvdlist-item.o dvdlist.o dvdplugin.o menu-item.o menu.o setup.o \ + setup-itypes.o commands.o volname.o ### Implicit rules: -- cgit v1.2.3