summaryrefslogtreecommitdiff
path: root/ext/collators/revint/Makefile.am
blob: 8c85c6a4701f672f1c2ca94e7ccb64700cfc7e0e (plain)
1
2
3
4
5
6
7
8
9
10
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include

noinst_LTLIBRARIES = libwiredtiger_revint_collator.la
libwiredtiger_revint_collator_la_SOURCES = revint_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_revint_collator_la_LDFLAGS = \
	-avoid-version -module -rpath /nowhere