mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
10 lines
259 B
Makefile
10 lines
259 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
admindir = $(pkgdatadir)/admin
|
|
otheradmindir = $(admindir)/includes
|
|
otheradmin_DATA = footer.xsl head.xsl header.xsl page.xsl mountnav.xsl
|
|
|
|
EXTRA_DIST = $(otheradmin_DATA)
|