nhttpd: move yWeb.conf into y-web dir

Origin commit data
------------------
Branch: ni/coolstream
Commit: 50f55f1b9d
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-09 (Thu, 09 Mar 2023)

Origin message was:
------------------
- nhttpd: move yWeb.conf into y-web dir

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-03-09 22:37:07 +01:00
parent 27d1c21229
commit 89487da188
3 changed files with 3 additions and 4 deletions

View File

@@ -94,6 +94,9 @@ install_DATA = \
Y_Wait.yhtm \ Y_Wait.yhtm \
Y_yWeb.js Y_yWeb.js
configdir = $(CONFIGDIR)
config_DATA = yWeb.conf
install-data-hook: install-data-hook:
@# Badass hack, I know. If anyone knows a better way -- please send patch! @# Badass hack, I know. If anyone knows a better way -- please send patch!
find $(DESTDIR)$(PRIVATE_HTTPDDIR)/ -type f -print0 | xargs --no-run-if-empty -0 \ find $(DESTDIR)$(PRIVATE_HTTPDDIR)/ -type f -print0 | xargs --no-run-if-empty -0 \

View File

@@ -18,13 +18,9 @@ AM_CPPFLAGS += \
-I$(top_srcdir)/lib/connection \ -I$(top_srcdir)/lib/connection \
@FREETYPE_CFLAGS@ @FREETYPE_CFLAGS@
noinst_LIBRARIES = libnhttpd.a noinst_LIBRARIES = libnhttpd.a
libnhttpd_a_SOURCES = yhttpd.cpp libnhttpd_a_SOURCES = yhttpd.cpp
libnhttpd_adir = @CONFIGDIR@ libnhttpd_adir = @CONFIGDIR@
libnhttpd_a_DATA = nhttpd.conf libnhttpd_a_DATA = nhttpd.conf
EXTRA_DIST = nhttpd.conf nhttpd.conf.in EXTRA_DIST = nhttpd.conf nhttpd.conf.in
installdir = $(CONFIGDIR)
install_DATA = yWeb.conf