build-sys: use automake subdir-object
This commit is contained in:
parent
1f24e6decd
commit
95a3c57a7d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ AC_INIT([fluxbox],
|
|||
[fluxbox-devel@lists.sourceforge.net],,
|
||||
[http://fluxbox.org/])
|
||||
AC_CONFIG_SRCDIR([src/fluxbox.cc])
|
||||
AM_INIT_AUTOMAKE([foreign 1.10 tar-pax dist-bzip2])
|
||||
AM_INIT_AUTOMAKE([foreign 1.10 tar-pax dist-bzip2 subdir-objects])
|
||||
|
||||
dnl Determine default prefix
|
||||
AS_IF(test "x$prefix" = "xNONE",[prefix="$ac_default_prefix"])
|
||||
|
|
Loading…
Reference in a new issue