summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2013-03-10 02:19:57 +0100
committeretobi <git@e-tobi.net>2013-03-10 17:15:21 +0100
commit77f4101fcb296de31f4856376d2f93b2794fcc02 (patch)
treea1f0947c7789f408ef73f016da1487e32424435d /Makefile
parent1dbdedfbbbd4fde5da95fdc07b0547517665c09e (diff)
downloadvdr-plugin-osdteletext-77f4101fcb296de31f4856376d2f93b2794fcc02.tar.gz
vdr-plugin-osdteletext-77f4101fcb296de31f4856376d2f93b2794fcc02.tar.bz2
Refactoring: Moved storage related classes into their own files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ef006c..dea6845 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = $(PLUGIN).o menu.o txtfont.o txtrecv.o txtrender.o displaybase.o display.o
+OBJS = $(PLUGIN).o menu.o txtfont.o txtrecv.o txtrender.o displaybase.o display.o storage.o legacystorage.o packedstorage.o rootdir.o
### The main target: