You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kftpgrabber/kftpgrabber/src/engine/Makefile.am

14 lines
592 B

INCLUDES = -I.. -I$(srcdir)/.. \
-I../misc -I$(srcdir)/../misc \
-I$(top_builddir) \
-I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
noinst_LIBRARIES = libengine.a
noinst_HEADERS = socket.h thread.h directorylisting.h commands.h event.h \
ftpsocket.h ftpdirectoryparser.h cache.h sftpsocket.h connectionretry.h \
speedlimiter.h ssl.h
libengine_a_SOURCES = socket.cpp thread.cpp directorylisting.cpp commands.cpp \
event.cpp ftpsocket.cpp ftpdirectoryparser.cpp cache.cpp sftpsocket.cpp \
connectionretry.cpp speedlimiter.cpp ssl.cpp