mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Simplify admin Makefiles
This commit is contained in:
parent
0499efe9a7
commit
c89eec920f
@ -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
|
||||
|
||||
|
@ -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)
|
@ -221,7 +221,6 @@ AC_CONFIG_FILES([
|
||||
doc/Makefile
|
||||
web/Makefile
|
||||
admin/Makefile
|
||||
admin/includes/Makefile
|
||||
win32/Makefile
|
||||
examples/Makefile
|
||||
tests/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user