2003-12-01 02:17:57 -05:00
|
|
|
# $Id$
|
|
|
|
#
|
2006-03-25 18:19:21 -05:00
|
|
|
EXTRA_DIST = README mt-daapd.spec mt-daapd.conf.templ mt-daapd.playlist mt-daapd mt-daapd-gentoo mt-daapd-ssc.sh mt-daapd-ssc.pl mt-daapd-ssc.pl mt-daapd-ssc.sh
|
|
|
|
|
|
|
|
BUILT_SOURCES = mt-daapd.conf
|
|
|
|
sysconf_DATA = mt-daapd.conf
|
|
|
|
bin_SCRIPTS=mt-daapd-ssc.sh
|
|
|
|
|
|
|
|
dbdir="/var/cache/mt-daapd"
|
|
|
|
|
2006-04-10 13:15:37 -04:00
|
|
|
mt-daapd.conf: mt-daapd.conf.templ ../config.h
|
2006-03-25 18:19:21 -05:00
|
|
|
if [ "$(prefix)" == "/usr" ]; then \
|
|
|
|
sed -e s,[@]prefix[@],$(prefix),g -e s,[@]dbdir[@],/var/cache/mt-daapd,g $< >$@; \
|
|
|
|
else \
|
|
|
|
sed -e s,[@]prefix[@],$(prefix),g -e s,[@]dbdir[@],$(prefix)/var/cache/mt-daapd,g $< >$@; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-01-29 14:06:36 -05:00
|
|
|
|
2003-12-29 14:46:58 -05:00
|
|
|
|
2003-12-01 02:17:57 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|