File: Makefile.am

package info (click to toggle)
wiredtiger 3.1.0%2Bds-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 23,708 kB
  • sloc: ansic: 103,581; python: 46,767; sh: 6,669; java: 6,055; cpp: 2,016; makefile: 1,007; xml: 176
file content (10 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
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