Merge pull request #484 from sshambar/fixcompile

[configure] Fixed make distcheck
This commit is contained in:
ejurgensen 2018-01-26 18:45:47 +01:00 committed by GitHub
commit d0a1fdec67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,18 +1,18 @@
htdocsdir = $(datadir)/forked-daapd/htdocs
htdocs_DATA = \
dist_htdocs_DATA = \
admin.html
htdocscssdir = $(datadir)/forked-daapd/htdocs/css
htdocscss_DATA = \
dist_htdocscss_DATA = \
css/bulma.min.css \
css/font-awesome.min.css \
css/forked-daapd.css
htdocsfontsdir = $(datadir)/forked-daapd/htdocs/fonts
htdocsfonts_DATA = \
dist_htdocsfonts_DATA = \
fonts/FontAwesome.otf\
fonts/fontawesome-webfont.eot \
fonts/fontawesome-webfont.svg \
@ -22,7 +22,7 @@ htdocsfonts_DATA = \
htdocsjsdir = $(datadir)/forked-daapd/htdocs/js
htdocsjs_DATA = \
dist_htdocsjs_DATA = \
js/axios.js \
js/axios.map \
js/axios.min.js \

View File

@ -117,6 +117,7 @@ forked_daapd_SOURCES = main.c \
httpd_oauth.c httpd_oauth.h \
http.c http.h \
dmap_common.c dmap_common.h \
transcode.h artwork.h \
$(FFMPEG_SRC) \
misc.c misc.h \
misc_json.c misc_json.h \