Loading tools/Makefile.am +1 −1 Original line number Diff line number Diff line INCLUDES = -I$(srcdir)/../include $(openssl_includes) \ -I../include -I$(srcdir)/.. -I$(top_srcdir) \ -I.. LIBS = @TOOLS_LIBS@ LIBS = @TOOLS_LIBS@ $(openssl_libs) LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la bin_PROGRAMS = mysqlmanager mysqlmanager_SOURCES = mysqlmanager.c Loading Loading
tools/Makefile.am +1 −1 Original line number Diff line number Diff line INCLUDES = -I$(srcdir)/../include $(openssl_includes) \ -I../include -I$(srcdir)/.. -I$(top_srcdir) \ -I.. LIBS = @TOOLS_LIBS@ LIBS = @TOOLS_LIBS@ $(openssl_libs) LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la bin_PROGRAMS = mysqlmanager mysqlmanager_SOURCES = mysqlmanager.c Loading