summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-12-26 18:24:16 +0100
committeranbr <vdr07@deltab.de>2010-12-26 18:24:16 +0100
commitc1d1893712af186e2c5c1c2e9ce87d28b346f85a (patch)
tree3e0a3b08c94441dda089614efc41f7bb46a2bc1f /Makefile
parentfa36276705a42018cb1432b2485e090abdc045e0 (diff)
downloadvdr-plugin-dvdswitch-c1d1893712af186e2c5c1c2e9ce87d28b346f85a.tar.gz
vdr-plugin-dvdswitch-c1d1893712af186e2c5c1c2e9ce87d28b346f85a.tar.bz2
Read name of volume to fill OSD with filename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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: