summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/ext/encryptors/rotn/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/ext/encryptors/rotn/Makefile.am')
-rw-r--r--src/third_party/wiredtiger/ext/encryptors/rotn/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/third_party/wiredtiger/ext/encryptors/rotn/Makefile.am b/src/third_party/wiredtiger/ext/encryptors/rotn/Makefile.am
deleted file mode 100644
index fec4ed0f861..00000000000
--- a/src/third_party/wiredtiger/ext/encryptors/rotn/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include
-
-noinst_LTLIBRARIES = libwiredtiger_rotn.la
-libwiredtiger_rotn_la_SOURCES = rotn_encrypt.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_rotn_la_LDFLAGS = -avoid-version -module -rpath /nowhere