mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
14 lines
353 B
Makefile
14 lines
353 B
Makefile
# 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../src
|
|
|
|
bin_PROGRAMS = xtstat
|
|
|
|
xtstat_SOURCES = xtstat_xt.cc ../src/strutil_xt.cc
|
|
|
|
xtstat_LDADD = $(top_srcdir)/libmysql/libmysqlclient.la
|