owntone-server/contrib/Makefile.am

19 lines
422 B
Makefile
Raw Normal View History

2009-04-01 12:59:32 -04:00
SUBDIRS = init.d
EXTRA_DIST = README mt-daapd.spec mt-daapd.conf.templ mt-daapd-ssc.sh mt-daapd-ssc.pl
2006-03-25 18:19:21 -05:00
BUILT_SOURCES = mt-daapd.conf
bin_SCRIPTS = mt-daapd-ssc.sh
2006-03-25 18:19:21 -05:00
dbdir="$(localstatedir)/cache/mt-daapd"
2006-03-25 18:19:21 -05:00
mt-daapd.conf: mt-daapd.conf.templ ../config.h
sed -e s,[@]prefix[@],$(prefix), \
-e s,[@]sysconfdir[@],$(sysconfdir), \
-e s,[@]libdir[@],$(libdir), \
-e s,[@]dbdir[@],$(dbdir),g mt-daapd.conf.templ >$@
2006-03-25 18:19:21 -05:00