mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -05:00
Keep automake happy and warning free with subdir-objects
This commit is contained in:
parent
8eb6b46ed2
commit
7640349cf6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ Makefile
|
||||
*.lo
|
||||
*.a
|
||||
*.la
|
||||
.dirstamp
|
||||
.deps/
|
||||
.libs/
|
||||
|
||||
|
@ -4,7 +4,7 @@ AC_INIT([forked-daapd], [20.0])
|
||||
AC_CONFIG_SRCDIR([config.h.in])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||
AM_INIT_AUTOMAKE([-Wno-portability subdir-objects])
|
||||
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user