mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
d7f8dea0ec
Updated AC_OUTPUT to use AC_CONFIG_FILES Use PACKAGE in install path Remove automake -Wno-portability, not needed with foreign option Fixed typo in evrtsp.h path Autotools commands moved to build-aux directory Allow CFLAGS and package CFLAGS/LIBS to be updated at build time
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/$(PACKAGE)/libspotify"
|
|
|