aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2000-07-31 22:53:27 +0000
committerFritz Elfert <felfert@to.com>2000-07-31 22:53:27 +0000
commitee5d8c447c36d1798ae2c125a95ead663501d3f3 (patch)
tree97ff6764433733e8db9d37a167d48258aac31502 /plpftp
parent7fb94ed43a814788cda019c1e77314abc1626339 (diff)
downloadplptools-ee5d8c447c36d1798ae2c125a95ead663501d3f3.tar.gz
plptools-ee5d8c447c36d1798ae2c125a95ead663501d3f3.tar.bz2
plptools-ee5d8c447c36d1798ae2c125a95ead663501d3f3.zip
Removed more intermediate files from CVS. Those can be rebuilt by
using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/Makefile.am14
1 files changed, 12 insertions, 2 deletions
diff --git a/plpftp/Makefile.am b/plpftp/Makefile.am
index 6eb9df7..4ca89a0 100644
--- a/plpftp/Makefile.am
+++ b/plpftp/Makefile.am
@@ -1,8 +1,18 @@
# $Id$
#
-INCLUDES=-I../lib
+INCLUDES=-I$(top_srcdir)/lib
+
+#if HAVE_LIBREADLINE
+LIBREADLINE=-lreadline
+#endif
+#if HAVE_LIBHISTORY
+LIBHISTORY=-lhistory
+#endif
bin_PROGRAMS = plpftp
-plpftp_LDADD = ../lib/libplp.la
+plpftp_LDADD = $(top_srcdir)/lib/libplp.la $(LIBREADLINE) $(LIBHISTORY)
plpftp_SOURCES = ftp.cc main.cc
EXTRA_DIST = ftp.h
+
+maintainer-clean-local:
+ rm -f Makefile.in