1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Simplify admin Makefiles

This commit is contained in:
Marvin Scholz 2018-05-28 20:14:09 +02:00
parent 0499efe9a7
commit c89eec920f
3 changed files with 3 additions and 12 deletions

View File

@ -1,8 +1,7 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = includes
admindir = $(pkgdatadir)/admin
dist_admin_DATA = listclients.xsl listmounts.xsl moveclients.xsl response.xsl \
stats.xsl manageauth.xsl updatemetadata.xsl xspf.xsl vclt.xsl
nobase_dist_admin_DATA = listclients.xsl listmounts.xsl moveclients.xsl response.xsl \
stats.xsl manageauth.xsl updatemetadata.xsl xspf.xsl vclt.xsl includes/footer.xsl \
includes/head.xsl includes/header.xsl includes/page.xsl includes/mountnav.xsl

View File

@ -1,7 +0,0 @@
## Process this file with automake to produce Makefile.in
admindir = $(pkgdatadir)/admin
otheradmindir = $(admindir)/includes
otheradmin_DATA = footer.xsl head.xsl header.xsl page.xsl mountnav.xsl
EXTRA_DIST = $(otheradmin_DATA)

View File

@ -221,7 +221,6 @@ AC_CONFIG_FILES([
doc/Makefile
web/Makefile
admin/Makefile
admin/includes/Makefile
win32/Makefile
examples/Makefile
tests/Makefile