diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-03 22:19:06 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-03 22:19:06 +0200 |
commit | 295552e49b7a5b61b6f3e5064524fe626e757380 (patch) | |
tree | a7cdf08bdfb1c403d128832a15a727b80d21c98b /Makefile | |
parent | 2ad9f95b7b23c222fff5fc6566d711e2f8d4f595 (diff) | |
download | skin-flatplus-295552e49b7a5b61b6f3e5064524fe626e757380.tar.gz skin-flatplus-295552e49b7a5b61b6f3e5064524fe626e757380.tar.bz2 |
add new option TopBar clock font scale, add new option Draw small seconds, add new option Show video/audio bitrate, fix wrong margin of folder icon in recordings menu
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ LIBS += $(shell pkg-config --libs Magick++) ### The object files (add further files here): -OBJS = config.o setup.o imagecache.o imagescaler.o imagemagickwrapper.o imageloader.o baserender.o complexcontent.o textscroller.o displaychannel.o displaymenu.o displaymessage.o \ +OBJS = config.o setup.o imagecache.o imagescaler.o imagemagickwrapper.o imageloader.o baserender.o complexcontent.o textscroller.o femonreceiver.o displaychannel.o displaymenu.o displaymessage.o \ displayreplay.o displaytracks.o displayvolume.o flat.o $(PLUGIN).o ### The main target: |