diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-10-29 21:15:35 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-10-29 21:15:35 +0200 |
commit | c923b140b27d1a055db6284e10fd546ad1a7fcdb (patch) | |
tree | 9be8130b208f7d44c7bdf014b005565a5d3834e5 /src/xzdec | |
parent | Translations: Update the Italian translation. (diff) | |
download | xz-c923b140b27d1a055db6284e10fd546ad1a7fcdb.tar.xz |
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.
Diffstat (limited to 'src/xzdec')
-rw-r--r-- | src/xzdec/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xzdec/Makefile.am b/src/xzdec/Makefile.am index 70746c0c..5ff8e373 100644 --- a/src/xzdec/Makefile.am +++ b/src/xzdec/Makefile.am @@ -14,8 +14,8 @@ xzdec_SOURCES = \ xzdec.c \ - $(top_srcdir)/src/common/tuklib_progname.c \ - $(top_srcdir)/src/common/tuklib_exit.c + ../common/tuklib_progname.c \ + ../common/tuklib_exit.c if COND_W32 xzdec_SOURCES += xzdec_w32res.rc @@ -37,8 +37,8 @@ xzdec_LDADD += $(LTLIBINTL) lzmadec_SOURCES = \ xzdec.c \ - $(top_srcdir)/src/common/tuklib_progname.c \ - $(top_srcdir)/src/common/tuklib_exit.c + ../common/tuklib_progname.c \ + ../common/tuklib_exit.c if COND_W32 lzmadec_SOURCES += lzmadec_w32res.rc |