diff options
author | louis <louis.braun@gmx.de> | 2015-05-22 13:34:23 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-22 13:34:23 +0200 |
commit | f483aef4a85e9451e2e348541d981b31b5af51d3 (patch) | |
tree | 5461b80a8209b285066de0ead30c1e81bdfd6f58 /Makefile | |
parent | f9278c805a8d9ff911673b6e635b80e3374db63d (diff) | |
download | vdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.gz vdr-plugin-skindesigner-f483aef4a85e9451e2e348541d981b31b5af51d3.tar.bz2 |
implemented skininstaller config file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ OBJS = $(PLUGIN).o \ libcore/imageloader.o \ libcore/recfolderinfo.o \ libcore/skinsetup.o \ + libcore/skinrepo.o \ libcore/extrecinfo.o \ libcore/timers.o \ libtemplate/globals.o \ |