diff --git a/configure.ac b/configure.ac index 43b873fd1..472ceda53 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,7 @@ data/themes/Neutrino-3.0/icons/buttons/Makefile data/themes/Olive-3.0/Makefile data/themes/Olive-3.0/icons/Makefile data/themes/Olive-3.0/icons/buttons/Makefile +data/webradio/Makefile data/webtv/Makefile data/y-web/Makefile data/y-web/images/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index fe50ca81e..2b30dd026 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,6 +11,7 @@ SUBDIRS = \ policy \ scripts \ themes \ + webradio \ webtv \ y-web @@ -30,7 +31,6 @@ config_DATA = \ satellites.xml \ settingsupdate.conf \ terrestrial.xml \ - tobackup.conf \ - webradio_usr.xml + tobackup.conf install-data-hook: $(INSTALL) -d $(DESTDIR)/$(CONFIGDIR)/zapit diff --git a/data/webradio/Makefile.am b/data/webradio/Makefile.am new file mode 100644 index 000000000..46ecf2c05 --- /dev/null +++ b/data/webradio/Makefile.am @@ -0,0 +1,7 @@ +installdir = $(WEBRADIODIR_VAR) + +install_DATA = \ + webradio_usr.xml + +install-data-hook: + $(INSTALL) -d $(DESTDIR)/$(WEBRADIODIR) diff --git a/data/webradio_usr.xml b/data/webradio/webradio_usr.xml similarity index 100% rename from data/webradio_usr.xml rename to data/webradio/webradio_usr.xml