1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/src/protocol/ftp/Makefile
Witold Filipczyk 17e905b95d [SFTP] Added -Dsftp option. Enabled by default
Fixed building tests.
SFTP can be disabled, even if FTP and libcurl are enabled.
2024-05-27 16:31:25 +02:00

14 lines
243 B
Makefile

top_builddir=../../..
include $(top_builddir)/Makefile.config
OBJS = ftp.o
TEST_PROGS = \
ftp-parser$(EXEEXT)
TESTDEPS = \
$(top_builddir)/src/protocol/date.o \
$(top_builddir)/src/protocol/ftpparse.o
include $(top_srcdir)/Makefile.lib