From ee5d8c447c36d1798ae2c125a95ead663501d3f3 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 31 Jul 2000 22:53:27 +0000 Subject: 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). --- plpftp/Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'plpftp') 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 -- cgit v1.2.3