diff options
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 |