diff options
| author | etobi <git@e-tobi.net> | 2013-03-10 02:19:57 +0100 |
|---|---|---|
| committer | etobi <git@e-tobi.net> | 2013-03-10 17:15:21 +0100 |
| commit | 77f4101fcb296de31f4856376d2f93b2794fcc02 (patch) | |
| tree | a1f0947c7789f408ef73f016da1487e32424435d /Makefile | |
| parent | 1dbdedfbbbd4fde5da95fdc07b0547517665c09e (diff) | |
| download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
