Files
neutrino/data/config/Makefile.am
svenhoefer ffe47ae214 - weather: introduce weather_favorites.xml
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00

23 lines
377 B
Makefile

EXTRA_DIST = \
tobackup.conf tobackup.conf.in
installdir = $(CONFIGDIR)
install_DATA = \
bad_package_pattern.list.sample \
cables.xml \
encoding.conf \
epglanguages.conf \
providermap.xml \
satellites.xml \
terrestrial.xml \
tobackup.conf
if ENABLE_EXTUPDATE
EXTRA_DIST += \
settingsupdate.conf settingsupdate.conf.in
install_DATA += \
settingsupdate.conf
endif