mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
Conflicts:
data/Makefile.am
src/driver/rcinput.cpp
src/gui/movieplayer.cpp
src/gui/streaminfo2.cpp
src/neutrino.cpp
src/zapit/include/zapit/zapit.h
src/zapit/src/capmt.cpp
src/zapit/src/getservices.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: fcd6b905ae
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
------------------
This commit was generated by Migit
27 lines
506 B
Makefile
27 lines
506 B
Makefile
SUBDIRS = \
|
|
fonts \
|
|
icons \
|
|
inetradio \
|
|
#initial \
|
|
iso-codes \
|
|
license \
|
|
locale \
|
|
neutrino-scripts \
|
|
pictures \
|
|
scripts \
|
|
themes \
|
|
webtv \
|
|
y-web
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += lcd
|
|
endif
|
|
|
|
configdir = $(CONFIGDIR)
|
|
config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf terrestrial.xml bad_package_pattern.list.sample
|
|
|
|
config_DATA += epglanguages.conf webtv_usr.xml webradio_usr.xml
|
|
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|