From b1b45f60298713fca7f0d20d430f80ad9f93f1ce Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 1 Mar 2015 21:31:28 +0100 Subject: [PATCH] - yWeb: hopefully the last fix for 937d88d --- configure.ac | 1 + src/nhttpd/web/Makefile.am | 3 ++- src/nhttpd/web/styles/Makefile.am | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/nhttpd/web/styles/Makefile.am diff --git a/configure.ac b/configure.ac index dd672547f..97b7455ea 100644 --- a/configure.ac +++ b/configure.ac @@ -253,6 +253,7 @@ src/nhttpd/web/Makefile src/nhttpd/web/images/Makefile src/nhttpd/web/scripts/Makefile src/nhttpd/web/languages/Makefile +src/nhttpd/web/styles/Makefile src/nhttpd/tuxboxapi/Makefile src/nhttpd/tuxboxapi/coolstream/Makefile src/nhttpd/yhttpd_core/Makefile diff --git a/src/nhttpd/web/Makefile.am b/src/nhttpd/web/Makefile.am index 8cc2531cd..af3b53f36 100644 --- a/src/nhttpd/web/Makefile.am +++ b/src/nhttpd/web/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = images scripts languages +SUBDIRS = images scripts languages styles installdir = $(DATADIR)/neutrino/httpd @@ -20,6 +20,7 @@ install_DATA = channels.js \ Y_Boxcontrol_Channellist.yhtm \ Y_Boxcontrol_Menue.yhtm \ Y_Boxcontrol_Messages.yhtm \ + Y_Dist.css \ Y_Dyn_Pages.yhtm \ Y_EPG.js \ Y_EPG_Plus.yhtm \ diff --git a/src/nhttpd/web/styles/Makefile.am b/src/nhttpd/web/styles/Makefile.am new file mode 100644 index 000000000..1ae499e90 --- /dev/null +++ b/src/nhttpd/web/styles/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(DATADIR)/neutrino/httpd/styles + +install_DATA = Y_Dist-Original_yWeb.css