Files
recycled-ni-neutrino/data/logos/Makefile.am
vanhofen 78a9dd6887 move data/lcd4l => data/logos
Origin commit data
------------------
Branch: ni/coolstream
Commit: b5a1974dd4
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-01 (Mon, 01 Jan 2024)

Origin message was:
------------------
- move data/lcd4l => data/logos

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-01-01 20:14:35 +01:00

14 lines
196 B
Makefile

installdir = $(LOGODIR)
install_DATA =
if ENABLE_LCD4LINUX
install_DATA += \
Moviebrowser.png \
Movieplayer.png
endif
# ensure LOGODIR
install-data-hook:
$(INSTALL) -d $(DESTDIR)/$(LOGODIR)