Skip to content

Commit

Permalink
autotools: Enable subdir-objects as many plugins use sub-directory ob…
Browse files Browse the repository at this point in the history
…jects

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.
  • Loading branch information
b4n committed Oct 13, 2014
1 parent ac24fe4 commit 8873b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
@@ -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])])

Expand Down

0 comments on commit 8873b90

Please sign in to comment.