diff --git a/configure.ac b/configure.ac index 0b6e710a8..2d15e45a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(tuxbox-neutrino,1.0.1) -AM_INIT_AUTOMAKE(tuxbox-neutrino,1.0.1) +AM_INIT_AUTOMAKE(tuxbox-neutrino,1.0.1) TUXBOX_APPS TUXBOX_APPS_DIRECTORY @@ -99,6 +99,7 @@ src/system/Makefile data/Makefile data/fonts/Makefile data/icons/Makefile +data/inetradio/Makefile data/iso-codes/Makefile data/lcd/Makefile data/lcd/icons/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index ebf86468f..cb4fe7177 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = fonts icons iso-codes lcd locale +SUBDIRS = fonts icons inetradio iso-codes lcd locale configdir = $(CONFIGDIR) config_DATA = cables.xml satellites.xml encoding.conf diff --git a/data/inetradio/Makefile.am b/data/inetradio/Makefile.am new file mode 100644 index 000000000..d700fbc1c --- /dev/null +++ b/data/inetradio/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(CONFIGDIR) + +install_DATA = radio-stations.xml \ No newline at end of file diff --git a/data/inetradio/radio-stations.xml b/data/inetradio/radio-stations.xml index f5f121944..122e61071 100644 --- a/data/inetradio/radio-stations.xml +++ b/data/inetradio/radio-stations.xml @@ -10,10 +10,15 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + @@ -885,7 +945,7 @@ /> diff --git a/data/radio-stations.xml b/data/radio-stations.xml deleted file mode 100644 index f5f121944..000000000 --- a/data/radio-stations.xml +++ /dev/null @@ -1,892 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/scripts/Makefile.am b/data/scripts/Makefile.am new file mode 100644 index 000000000..ab8896327 --- /dev/null +++ b/data/scripts/Makefile.am @@ -0,0 +1,8 @@ +# FIXME! +# +#installdir = $(BINDIR) +# +#install_DATA = \ +# backup.sh \ +# restore.sh +# \ No newline at end of file