1008: Added upload_progress to the connection.
[elinks.git] / src / protocol / ftp / Makefile
blobd48c8d8508a94dbebc0bd0bc50ec5e775642a581
1 top_builddir=../../..
2 include $(top_builddir)/Makefile.config
4 OBJS = ftp.o parse.o
6 TEST_PROGS = \
7 ftp-parser
9 TESTDEPS = \
10 $(top_builddir)/src/protocol/date.o \
11 $(top_builddir)/src/protocol/ftp/parse.o
13 include $(top_srcdir)/Makefile.lib