data: move config data to new config subdir

Origin commit data
------------------
Branch: ni/coolstream
Commit: cbdedb7103
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- data: move config data to new config subdir

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-16 01:17:01 +01:00
parent 2473cfa32c
commit 4a7ff01dd5
14 changed files with 14 additions and 13 deletions

View File

@@ -320,6 +320,7 @@ AC_SUBST(LIBCOOLSTREAM_STATIC_DIR)
AC_OUTPUT([
Makefile
data/Makefile
data/config/Makefile
data/fonts/Makefile
data/icons/Makefile
data/icons/buttons/Makefile

View File

@@ -1,4 +1,5 @@
SUBDIRS = \
config \
fonts \
icons \
inetradio \
@@ -18,16 +19,3 @@ SUBDIRS = \
if BOXTYPE_TRIPLE
SUBDIRS += lcd
endif
configdir = $(CONFIGDIR)
config_DATA = \
bad_package_pattern.list.sample \
cables.xml \
encoding.conf \
epglanguages.conf \
providermap.xml \
satellites.xml \
settingsupdate.conf \
terrestrial.xml \
tobackup.conf

12
data/config/Makefile.am Normal file
View File

@@ -0,0 +1,12 @@
installdir = $(CONFIGDIR)
install_DATA = \
bad_package_pattern.list.sample \
cables.xml \
encoding.conf \
epglanguages.conf \
providermap.xml \
satellites.xml \
settingsupdate.conf \
terrestrial.xml \
tobackup.conf