diff options
author | chriszero <zerov83@gmail.com> | 2015-09-27 15:52:23 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-09-27 15:52:23 +0200 |
commit | 004e8940e25c3bca2b9219a5494e80b3c9b3ab9c (patch) | |
tree | eb1e5b180bbbb6fcc265cc816b660dc64f6f7e52 /Makefile | |
parent | f22f21bcacdd4b57b14e5400fe6a55cf83b268d3 (diff) | |
download | vdr-plugin-plex-development.tar.gz vdr-plugin-plex-development.tar.bz2 |
Own replay control for skinningdevelopment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,7 +95,8 @@ OBJS = $(PLUGIN).o \ browserGrid.o \ viewHeader.o \ detailView.o \ - pictureCache.o + pictureCache.o \ + sdDisplayReplay.o SRCS = $(wildcard $(OBJS:.o=.c)) $(PLUGIN).cpp |