mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 13:08:10 +02:00
build: Use subdir-objects
We are referencing objects in sub-directories, which means we need to tell Automake about that.
This commit is contained in:
parent
7c7b4e35bc
commit
76c7f5edcf
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ AC_CONFIG_HEADERS(config.h)
|
|||
AC_CHECK_HEADERS([unistd.h sys/ioctl.h])
|
||||
AC_C_TYPEOF
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 foreign -Wall no-define no-dist-gzip dist-xz serial-tests])
|
||||
AM_INIT_AUTOMAKE([1.11 foreign -Wall no-define no-dist-gzip dist-xz serial-tests subdir-objects])
|
||||
AM_SILENT_RULES([yes])
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl Workaround for Automake 1.12
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue