Tue, 29 Apr 2014 03:31:53 +0530
Make automake 1.14 not yell about sources in subdirs
| configure.ac | file | annotate | diff | comparison | revisions |
--- a/configure.ac Mon Apr 28 10:57:31 2014 +0200 +++ b/configure.ac Tue Apr 29 03:31:53 2014 +0530 @@ -77,7 +77,7 @@ AC_CANONICAL_HOST AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4macros]) -AM_INIT_AUTOMAKE([1.11 -Wno-portability dist-bzip2]) +AM_INIT_AUTOMAKE([1.11 -Wno-portability dist-bzip2 subdir-objects]) AM_SILENT_RULES([yes]) PURPLE_MAJOR_VERSION=purple_major_version