Skip to content

Commit

Permalink
Feature: Install a (still empty) report XML database
Browse files Browse the repository at this point in the history
  • Loading branch information
ph3-der-loewe committed Oct 14, 2020
1 parent 1c6d6ae commit 8d3189b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ EXTRA_DIST = README.md HACKING tap-driver.sh
docdir = $(datadir)/doc/$(PACKAGE)
doc_DATA = README.md AUTHORS COPYING NEWS ChangeLog

dist_pkgdata_DATA = report-db.xml

static:
$(MAKE) all LDFLAGS="${LDFLAGS} -all-static"
1 change: 1 addition & 0 deletions conf/icecast.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
<logdir>@localstatedir@/log/@PACKAGE@</logdir>
<webroot>@pkgdatadir@/web</webroot>
<adminroot>@pkgdatadir@/admin</adminroot>
<reportxmldb>@pkgdatadir@/report-db.xml</reportxmldb>
<!-- <pidfile>@pkgdatadir@/icecast.pid</pidfile> -->

<!-- Aliases: treat requests for 'source' path as being for 'dest' path
Expand Down
3 changes: 3 additions & 0 deletions report-db.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<report version="0.0.1" xmlns="http://icecast.org/specs/reportxml-0.0.1">
</report>

0 comments on commit 8d3189b

Please sign in to comment.