owntone-server/Makefile.am
Scott Shambarger d7f8dea0ec [config] Modernize autotools
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
2016-12-27 14:51:37 -08:00

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"