diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-12-13 23:40:55 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-12-13 23:40:55 +0000 |
commit | 270a30c1a350d791053937c72e6ce6cc63a64088 (patch) | |
tree | 7226a44551e3f093b43b00eea212ca2b758e46cd /plpftp | |
parent | 2aea4578fe73119387d81f9c67e8221b5ad48eea (diff) | |
download | plptools-270a30c1a350d791053937c72e6ce6cc63a64088.tar.gz plptools-270a30c1a350d791053937c72e6ce6cc63a64088.tar.bz2 plptools-270a30c1a350d791053937c72e6ce6cc63a64088.zip |
Replace plpnfsd with plpfuse.
Other minor simplifications to the build system.
Diffstat (limited to 'plpftp')
-rw-r--r-- | plpftp/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plpftp/Makefile.am b/plpftp/Makefile.am index 2301f56..36f5705 100644 --- a/plpftp/Makefile.am +++ b/plpftp/Makefile.am @@ -6,6 +6,3 @@ bin_PROGRAMS = plpftp plpftp_LDADD = $(LIB_PLP) $(LIBREADLINE) $(LIBHISTORY) $(INTLLIBS) plpftp_SOURCES = ftp.cc main.cc EXTRA_DIST = ftp.h - -maintainer-clean-local: - rm -f Makefile.in |