mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
This needs more fine tuning wrt scan setup etc, but should work for now. Conflicts: data/Makefile.am data/locale/english.locale src/gui/scan.cpp src/gui/scan_setup.cpp src/neutrino.cpp src/zapit/include/zapit/getservices.h src/zapit/src/frontend.cpp src/zapit/src/getservices.cpp src/zapit/src/transponder.cpp
12 lines
348 B
Makefile
12 lines
348 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 terrestrial.xml
|
|
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit
|