Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 13 Oct 2014 14:41:49 UTC Commit: 8873b9082c1c98b4f3e97062f0c6f26c9d980e95 https://github.com/geany/geany-plugins/commit/8873b9082c1c98b4f3e97062f0c6f2...
Log Message: ----------- autotools: Enable subdir-objects as many plugins use sub-directory objects
Many plugins build object files from sub-directories, and when doing this it is better to enable Automake subdir-objects option. So, enable it, as it is good and old enough anyway.
Modified Paths: -------------- configure.ac
Modified: configure.ac 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,7 +1,7 @@ AC_PREREQ([2.61]) dnl Don't forget when updating version number to do GP_CHECK_GEANY also AC_INIT([geany-plugins], [1.25]) -AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar]) +AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar subdir-objects])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org