diff options
author | chriszero <zerov83@gmail.com> | 2016-04-03 20:01:36 +0200 |
---|---|---|
committer | Christian <zerov83@gmail.com> | 2016-04-03 20:01:36 +0200 |
commit | 82d13a0734c8a11347d50fcc5ad341c8eb1b7a43 (patch) | |
tree | bddcb812134c0e56cdc04d602c2252031a3f49bb /Makefile | |
parent | 6fc296295f0579d730a61070c40d5e05a34be787 (diff) | |
download | vdr-plugin-plex-82d13a0734c8a11347d50fcc5ad341c8eb1b7a43.tar.gz vdr-plugin-plex-82d13a0734c8a11347d50fcc5ad341c8eb1b7a43.tar.bz2 |
Removed some duplicate code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -104,7 +104,8 @@ OBJS += plexSdOsd.o \ viewHeader.o \ detailView.o \ pictureCache.o \ - displayReplaySD.o + displayReplaySD.o \ + sdGenericViewElements.o endif SRCS = $(wildcard $(OBJS:.o=.c)) $(PLUGIN).cpp |