aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/Makefile.am')
-rw-r--r--plpftp/Makefile.am11
1 files changed, 0 insertions, 11 deletions
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