1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Updated for vdr-1.3.42.

Added "SilverGreen" theme (Thanks to Rififi77 @ VDRPortal).
This commit is contained in:
Rolf Ahrenberg
2006-02-06 04:20:00 +02:00
parent 7ee255830a
commit e90fe6065c
7 changed files with 148 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
ifndef FEMON_DEBUG
strip $(LIBDIR)/$@.$(VDRVERSION)
@strip $(LIBDIR)/$@.$(VDRVERSION)
endif
dist: clean