2010-06-21 11:50:09 -04:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2009-04-01 12:59:32 -04:00
|
|
|
|
2009-06-12 05:38:46 -04:00
|
|
|
sysconf_DATA = forked-daapd.conf
|
|
|
|
|
2010-09-28 12:35:25 -04:00
|
|
|
SUBDIRS = sqlext src
|
2009-09-21 15:26:21 -04:00
|
|
|
|
2016-12-27 18:32:08 -05:00
|
|
|
dist_man_MANS = forked-daapd.8
|
|
|
|
|
|
|
|
nobase_dist_doc_DATA = \
|
|
|
|
UPGRADING \
|
|
|
|
README.md \
|
|
|
|
README_PULSE.md \
|
|
|
|
README_SMARTPL.md \
|
|
|
|
scripts/antlr35_install.sh \
|
|
|
|
scripts/freebsd_install_10.1.sh \
|
|
|
|
scripts/freebsd_start_10.1.sh \
|
|
|
|
scripts/pairinghelper.sh
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
forked-daapd.conf
|
2009-09-21 15:26:21 -04:00
|
|
|
|
2010-09-04 05:53:29 -04:00
|
|
|
install-data-hook:
|
2016-12-27 17:51:37 -05:00
|
|
|
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/libspotify"
|
2010-09-04 05:53:29 -04:00
|
|
|
|