mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 15:15:57 -05:00
7ed6cc98c3
- Try to not return items which a client can't play - Remove inotify subscription to IN_MODIFY and IN_CREATE - Fix crash on unknown codec type in transcode.c - Probably added some new bugs...
13 lines
220 B
Makefile
13 lines
220 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/libspotify
|
|
|