summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/engine/Makefile.am
blob: ad6adb11f0ea0c96b7d74c8602c1453288c5a5b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDES = -I.. -I$(srcdir)/.. \
           -I../misc -I$(srcdir)/../misc \
	   $(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