From 4f497127917554c3a7249658feee9f5bbae84b88 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Thu, 28 Feb 2002 20:59:11 +0000 Subject: - Added SIS stuff by Daniel Brahneborg - Change readline detection again --- plpftp/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'plpftp/Makefile.am') diff --git a/plpftp/Makefile.am b/plpftp/Makefile.am index 9038254..60b2f5a 100644 --- a/plpftp/Makefile.am +++ b/plpftp/Makefile.am @@ -2,17 +2,6 @@ # INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/intl -if HAVE_LIBREADLINE -if ADD_LIBCURSES -LIBREADLINE=-lreadline -lcurses -else -LIBREADLINE=-lreadline -endif -endif -if HAVE_LIBHISTORY -LIBHISTORY=-lhistory -endif - bin_PROGRAMS = plpftp plpftp_LDADD = $(top_srcdir)/lib/libplp.la $(LIBREADLINE) $(LIBHISTORY) $(LIBCCMALLOC_CXX) $(INTLLIBS) plpftp_SOURCES = ftp.cc main.cc rlcrap.c -- cgit v1.2.3