mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
configure: Add on subdir-objects
To stop automake from complaining
This commit is contained in:
parent
bce1d5117b
commit
34cc5efb90
@ -16,7 +16,7 @@ AC_INIT([mutter], [mutter_version],
|
||||
AC_CONFIG_SRCDIR(src/core/display.c)
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])
|
||||
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar subdir-objects])
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user