mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
again: it compiles, but is not really tested... Conflicts: acinclude.m4 src/driver/volume.cpp src/gui/infoviewer.cpp src/gui/osd_setup.cpp src/gui/start_wizard.cpp src/zapit/src/getservices.cpp
14 lines
364 B
Makefile
14 lines
364 B
Makefile
SUBDIRS = fonts icons inetradio initial iso-codes license locale scripts themes neutrino-scripts
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += lcd
|
|
endif
|
|
|
|
configdir = $(CONFIGDIR)
|
|
config_DATA = cables.xml satellites.xml encoding.conf tobackup.conf providermap.xml settingsupdate.conf
|
|
|
|
config_DATA += terrestrial.xml
|
|
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|