- data: move config data to new config subdir

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-16 01:17:01 +01:00
committed by Thilo Graf
parent 13c2e578e8
commit e5333574eb
14 changed files with 14 additions and 13 deletions

View File

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

View File

@@ -1,4 +1,5 @@
SUBDIRS = \ SUBDIRS = \
config \
fonts \ fonts \
icons \ icons \
inetradio \ inetradio \
@@ -19,16 +20,3 @@ SUBDIRS = \
if BOXTYPE_TRIPLE if BOXTYPE_TRIPLE
SUBDIRS += lcd SUBDIRS += lcd
endif 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