diff options
Diffstat (limited to 'plpftp/Makefile.am')
-rw-r--r-- | plpftp/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plpftp/Makefile.am b/plpftp/Makefile.am new file mode 100644 index 0000000..15dc197 --- /dev/null +++ b/plpftp/Makefile.am @@ -0,0 +1,7 @@ +INCLUDES=-I../lib + +plpftp_LDADD = -L../lib -lutils + +bin_PROGRAMS = plpftp + +plpftp_SOURCES = ftp.cc main.cc |