diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2013-09-18 15:12:51 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2013-09-18 15:12:51 +0100 |
commit | 9f31278fcfa26485b187d704990955150f05d713 (patch) | |
tree | 40ad013a3dc1ce38df1d182b7154b6168efbc811 | |
parent | 9eacba699bffec6fe6dd09c6302766111c54ced1 (diff) | |
download | xine-lib-9f31278fcfa26485b187d704990955150f05d713.tar.gz xine-lib-9f31278fcfa26485b187d704990955150f05d713.tar.bz2 |
Revert use of automake's subdir-objects.
It breaks distclean due to cross-dir source dependencies in makefiles.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bae8ff16b..f5cb7685f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ m4_esyscmd([./version.sh]) dnl Initialize autoconf, autoheader, and automake AC_INIT([xine-lib], XINE_VERSION_SPEC, [xine-bugs@lists.sourceforge.net]) -AM_INIT_AUTOMAKE([subdir-objects]) +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/xine-engine/xine.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_LIBOBJ_DIR([lib]) |