summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/engine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/engine/Makefile.am')
-rw-r--r--kftpgrabber/src/engine/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/kftpgrabber/src/engine/Makefile.am b/kftpgrabber/src/engine/Makefile.am
deleted file mode 100644
index aeb4134..0000000
--- a/kftpgrabber/src/engine/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-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