diff options
author | Susan LoVerso <sue@wiredtiger.com> | 2015-03-18 11:55:04 -0400 |
---|---|---|
committer | Susan LoVerso <sue@wiredtiger.com> | 2015-03-18 11:55:04 -0400 |
commit | 579eff04711aa557abb1ed3bed71751856890527 (patch) | |
tree | 55863f7718bb0e42caf0c1efb77b161af57fd8eb /build_posix | |
parent | 4b01b25210f573b1c8ff1ee0c09c306ed143c4fb (diff) | |
download | mongo-579eff04711aa557abb1ed3bed71751856890527.tar.gz |
Alphabetize lz4 in Make related files.
Diffstat (limited to 'build_posix')
-rw-r--r-- | build_posix/Make.base | 6 | ||||
-rw-r--r-- | build_posix/Make.subdirs | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base index 9921d20974f..3037d70528a 100644 --- a/build_posix/Make.base +++ b/build_posix/Make.base @@ -67,15 +67,15 @@ $(srcdir)/docs/man/man1/wt.1: $(srcdir)/docs/index.html $(srcdir)/docs/man/man3/wiredtiger.3: $(srcdir)/docs/index.html libwiredtiger_la_LIBADD = +if HAVE_BUILTIN_EXTENSION_LZ4 +libwiredtiger_la_LIBADD += ext/compressors/lz4/libwiredtiger_lz4.la +endif if HAVE_BUILTIN_EXTENSION_SNAPPY libwiredtiger_la_LIBADD += ext/compressors/snappy/libwiredtiger_snappy.la endif if HAVE_BUILTIN_EXTENSION_ZLIB libwiredtiger_la_LIBADD += ext/compressors/zlib/libwiredtiger_zlib.la endif -if HAVE_BUILTIN_EXTENSION_LZ4 -libwiredtiger_la_LIBADD += ext/compressors/lz4/libwiredtiger_lz4.la -endif libwiredtiger_static_la_LIBADD=$(libwiredtiger_la_LIBADD) libwiredtiger_static_la_SOURCES=$(libwiredtiger_la_SOURCES) diff --git a/build_posix/Make.subdirs b/build_posix/Make.subdirs index f2a68d00787..8f8614a7016 100644 --- a/build_posix/Make.subdirs +++ b/build_posix/Make.subdirs @@ -7,10 +7,10 @@ # If a condition is included, the subdir is made conditional via AM_CONDITIONAL ext/collators/reverse ext/compressors/bzip2 BZIP2 +ext/compressors/lz4 LZ4 ext/compressors/nop ext/compressors/snappy SNAPPY ext/compressors/zlib ZLIB -ext/compressors/lz4 LZ4 ext/datasources/helium HAVE_HELIUM ext/test/kvs_bdb HAVE_BERKELEY_DB . |