From bcff4f2e3520eaf170c282ba03d38ba6a4fa95cf Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 11 Feb 2013 14:23:16 +0100 Subject: initial import --- src/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..7965ee4 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.3