diff options
Diffstat (limited to 'plpftp/Makefile.am')
-rw-r--r-- | plpftp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plpftp/Makefile.am b/plpftp/Makefile.am index 4805577..ba8e40c 100644 --- a/plpftp/Makefile.am +++ b/plpftp/Makefile.am @@ -15,8 +15,8 @@ endif bin_PROGRAMS = plpftp plpftp_LDADD = $(top_srcdir)/lib/libplp.la $(LIBREADLINE) $(LIBHISTORY) -plpftp_SOURCES = ftp.cc main.cc -EXTRA_DIST = ftp.h +plpftp_SOURCES = ftp.cc main.cc rlcrap.c +EXTRA_DIST = ftp.h rlcrap.h maintainer-clean-local: rm -f Makefile.in |