Got rid of the subdir-objects because it breaks depfiles. So will live

with the warnings for now.
This commit is contained in:
U-X1\korpela 2014-05-02 09:19:28 -07:00
parent 2418cdea21
commit 8265f87dce
1 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,13 @@ AC_CANONICAL_TARGET
dnl generate .tar.gz, .tar.bz2, .zip
dnl AM_INIT_AUTOMAKE(dist-bzip2 dist-zip)
AM_INIT_AUTOMAKE(dist-zip subdir-objects)
dnl subdir-objects is supposed to become the default soon, but specifying it
dnl breaks depfile generation. We'll worry about it when that happens.
dnl AM_INIT_AUTOMAKE(dist-zip subdir-objects)
AM_INIT_AUTOMAKE(dist-zip)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(lib/shmem.cpp)