mariadb/storage/pbxt/bin/Makefile.am

15 lines
365 B
Text
Raw Normal View History

2010-05-11 15:45:45 +02:00
# Used to build Makefile.in
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
-I$(top_srcdir)/regex \
-I$(top_srcdir)/storage/innobase/include \
-I$(top_srcdir)/sql \
-I$(srcdir) \
-I$(srcdir)/../src
2010-05-11 15:45:45 +02:00
bin_PROGRAMS = xtstat
xtstat_SOURCES = xtstat_xt.cc ../src/strutil_xt.cc
xtstat_LDADD = $(top_builddir)/libmysql/libmysqlclient.la