Automake: Remove subdir-objects to significantly speed up compile time

stable-5.2
Günther Brammer 2009-06-12 20:53:12 +02:00
parent 009cfc9e7b
commit b0ceb97f5a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ AC_CANONICAL_HOST
dnl foreign to tell automake to shut up,
dnl and subdir-objects because it makes the Makefile smaller.
dnl no-define because PACKAGE and VERSION are not used
AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc no-define 1.10])
AM_INIT_AUTOMAKE([foreign nostdinc no-define 1.10])
AC_PROG_CXX
AC_LANG([C++])