Quit installing the nop and reverse_collator libraries. Rename the session.create block_compressor configuration strings "bzip2_compress" to "bzip2", and "snappy_compress" to "snappy". Add documentation for configuring the built-in bzip2 and snappy configuration in applications.
11 lines
495 B
Makefile
11 lines
495 B
Makefile
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include
|
|
|
|
noinst_LTLIBRARIES = libwiredtiger_reverse_collator.la
|
|
libwiredtiger_reverse_collator_la_SOURCES = reverse_collator.c
|
|
|
|
# libtool hack: noinst_LTLIBRARIES turns off building shared libraries as well
|
|
# as installation, it will only build static libraries. As far as I can tell,
|
|
# the "approved" libtool way to turn them back on is by adding -rpath.
|
|
libwiredtiger_reverse_collator_la_LDFLAGS = \
|
|
-avoid-version -module -rpath /nowhere
|