mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
13 lines
209 B
Makefile
13 lines
209 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
sysconf_DATA = forked-daapd.conf
|
|
|
|
EXTRA_DIST = configure
|
|
SUBDIRS = sqlext src
|
|
|
|
man_MANS = forked-daapd.8
|
|
|
|
install-data-hook:
|
|
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/forked-daapd
|
|
|