summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/examples/c/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/examples/c/Makefile.am')
-rw-r--r--src/third_party/wiredtiger/examples/c/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/examples/c/Makefile.am b/src/third_party/wiredtiger/examples/c/Makefile.am
index 664e0f33ce7..6c20b31a146 100644
--- a/src/third_party/wiredtiger/examples/c/Makefile.am
+++ b/src/third_party/wiredtiger/examples/c/Makefile.am
@@ -23,7 +23,6 @@ noinst_PROGRAMS = \
ex_pack \
ex_process \
ex_schema \
- ex_storage_source \
ex_smoke \
ex_stat \
ex_sync \
@@ -31,7 +30,6 @@ noinst_PROGRAMS = \
ex_encrypt_LDFLAGS = -rdynamic
ex_file_system_LDFLAGS = -rdynamic
-ex_storage_source_LDFLAGS = -rdynamic
# The examples can be run with no arguments as simple smoke tests
TESTS = $(noinst_PROGRAMS)