aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/Makefile.am
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-02-28 20:59:11 +0000
committerFritz Elfert <felfert@to.com>2002-02-28 20:59:11 +0000
commit4f497127917554c3a7249658feee9f5bbae84b88 (patch)
tree99e50676b2ee4a410fd9300693a825a0201b6c5e /plpftp/Makefile.am
parenteecba3b5fcb47a01e6e13ee1940def989f6dd22d (diff)
downloadplptools-4f497127917554c3a7249658feee9f5bbae84b88.tar.gz
plptools-4f497127917554c3a7249658feee9f5bbae84b88.tar.bz2
plptools-4f497127917554c3a7249658feee9f5bbae84b88.zip
- Added SIS stuff by Daniel Brahneborg
- Change readline detection again
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