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/liblzma/Makefile.am | |
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/liblzma/Makefile.am')
-rw-r--r-- | src/liblzma/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/Makefile.am b/src/liblzma/Makefile.am index 1b409108..3720532f 100644 --- a/src/liblzma/Makefile.am +++ b/src/liblzma/Makefile.am @@ -32,10 +32,10 @@ liblzma_la_LDFLAGS += \ -Wl,--version-script=$(top_srcdir)/src/liblzma/liblzma.map endif -liblzma_la_SOURCES += $(top_srcdir)/src/common/tuklib_physmem.c +liblzma_la_SOURCES += ../common/tuklib_physmem.c if COND_THREADS -liblzma_la_SOURCES += $(top_srcdir)/src/common/tuklib_cpucores.c +liblzma_la_SOURCES += ../common/tuklib_cpucores.c endif include $(srcdir)/common/Makefile.inc |