Keep automake happy and warning free with subdir-objects

This commit is contained in:
ejurgensen 2014-04-21 22:26:41 +02:00
parent 8eb6b46ed2
commit 7640349cf6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ Makefile
*.lo *.lo
*.a *.a
*.la *.la
.dirstamp
.deps/ .deps/
.libs/ .libs/

View File

@ -4,7 +4,7 @@ AC_INIT([forked-daapd], [20.0])
AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wno-portability]) AM_INIT_AUTOMAKE([-Wno-portability subdir-objects])
AC_USE_SYSTEM_EXTENSIONS AC_USE_SYSTEM_EXTENSIONS