19 lines
271 B
Makefile
19 lines
271 B
Makefile
LDADD = $(top_builddir)/libwiredtiger.la
|
|
noinst_PROGRAMS = \
|
|
ex_access \
|
|
ex_all \
|
|
ex_call_center \
|
|
ex_config \
|
|
ex_cursor \
|
|
ex_extending \
|
|
ex_file \
|
|
ex_hello \
|
|
ex_pack \
|
|
ex_process \
|
|
ex_schema \
|
|
ex_sequence \
|
|
ex_stat \
|
|
ex_thread \
|
|
ex_tpcb \
|
|
ex_transaction
|