summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 7965ee44b30a64b5ee65c5407fe6b6b81cc8da46 (plain)
1
2
3
4
5
6
7
8
INCLUDES = $(MYSQL_INC) $(DEPS_CFLAGS)

pkgplugindir = $(MYSQL_PLUGIN_DIR)

pkgplugin_LTLIBRARIES = table_sizes.la
table_sizes_la_SOURCES = table_sizes.cc
table_sizes_la_LIBADD = $(DEPS_LIBS)
table_sizes_la_LDFLAGS = -module