From c923b140b27d1a055db6284e10fd546ad1a7fcdb Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 29 Oct 2014 21:15:35 +0200 Subject: Build: Prepare to support Automake's subdir-objects. Due to a bug in Automake, subdir-objects won't be enabled for now. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17354 Thanks to Daniel Richard G. for the original patches. --- src/xz/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/xz/Makefile.am') diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am index 088319b3..1f4a2791 100644 --- a/src/xz/Makefile.am +++ b/src/xz/Makefile.am @@ -33,11 +33,11 @@ xz_SOURCES = \ suffix.h \ util.c \ util.h \ - $(top_srcdir)/src/common/tuklib_open_stdxxx.c \ - $(top_srcdir)/src/common/tuklib_progname.c \ - $(top_srcdir)/src/common/tuklib_exit.c \ - $(top_srcdir)/src/common/tuklib_mbstr_width.c \ - $(top_srcdir)/src/common/tuklib_mbstr_fw.c + ../common/tuklib_open_stdxxx.c \ + ../common/tuklib_progname.c \ + ../common/tuklib_exit.c \ + ../common/tuklib_mbstr_width.c \ + ../common/tuklib_mbstr_fw.c if COND_W32 xz_SOURCES += xz_w32res.rc -- cgit v1.2.3