forked from Qihoo360/Atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
10 lines (7 loc) · 421 Bytes
/
Makefile.am
File metadata and controls
10 lines (7 loc) · 421 Bytes
1
2
3
4
5
6
7
8
9
plugindir = ${pkglibdir}/plugins
plugin_LTLIBRARIES = libdebug.la
libdebug_la_LDFLAGS = -export-dynamic -no-undefined -avoid-version -dynamic
libdebug_la_SOURCES = debug-plugin.c
libdebug_la_LIBADD = $(EVENT_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) $(top_builddir)/src/libmysql-proxy.la
libdebug_la_CPPFLAGS = $(MYSQL_CFLAGS) $(GLIB_CFLAGS) $(LUA_CFLAGS) $(GMODULE_CFLAGS) -I$(top_srcdir)/src/
EXTRA_DIST=CMakeLists.txt