View | Details | Raw Unified
Collapse All | Expand All

(-) mysql-gui-common/tools/grtsh/Makefile.am (-4 / +4 lines)
 Lines 239-249    Link Here 
#agentest_SOURCES= agentest.cc
#agentest_SOURCES= agentest.cc
@BUILD_NEWT_TRUE@newt_libs = $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\
@BUILD_NEWT_TRUE@newt_libs = $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\
@BUILD_NEWT_TRUE@	$(top_builddir)/library/generic-runtime/newt/libmnewt.a \
@BUILD_NEWT_TRUE@	$(top_builddir)/library/generic-runtime/newt/libmnewt.a \
@BUILD_NEWT_TRUE@	@SLANG_LIB@ -ltermcap -lncurses
@BUILD_NEWT_TRUE@	@SLANG_LIB@ -lncurses
@BUILD_NEWT_TRUE@newt_flag = -DENABLE_TEXTUI
@BUILD_NEWT_TRUE@newt_flag = -DENABLE_TEXTUI
@BUILD_FASTCGI_TRUE@fcgi_libs = -lfcgi
@BUILD_FASTCGI_TRUE@fcgi_libs = -lfcgi
@USE_READLINE_TRUE@rl_libs = -lncurses -lreadline -lhistory -ltermcap
@USE_READLINE_TRUE@rl_libs = -lncurses -lreadline -lhistory
@USE_READLINE_TRUE@grtsh_CPPFLAGS = -DUSE_READLINE 
@USE_READLINE_TRUE@grtsh_CPPFLAGS = -DUSE_READLINE 
INCLUDES = -I$(top_srcdir)/library/grt-modules/include\
INCLUDES = -I$(top_srcdir)/library/grt-modules/include\
	-I$(top_srcdir)/library/base-library/include \
	-I$(top_srcdir)/library/base-library/include \
 Lines 9-15    Link Here 
if BUILD_NEWT
if BUILD_NEWT
newt_libs= $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\
newt_libs= $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\
	$(top_builddir)/library/generic-runtime/newt/libmnewt.a \
	$(top_builddir)/library/generic-runtime/newt/libmnewt.a \
	@SLANG_LIB@ -ltermcap -lncurses
	@SLANG_LIB@ -lncurses
newt_flag= -DENABLE_TEXTUI
newt_flag= -DENABLE_TEXTUI
endif
endif
 Lines 18-24    Link Here 
endif
endif
if USE_READLINE
if USE_READLINE
rl_libs=-lncurses -lreadline -lhistory -ltermcap
rl_libs=-lncurses -lreadline -lhistory 
grtsh_CPPFLAGS=-DUSE_READLINE 
grtsh_CPPFLAGS=-DUSE_READLINE 
endif
endif