summaryrefslogtreecommitdiff
path: root/src/mgr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mgr/Makefile.am')
-rw-r--r--src/mgr/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mgr/Makefile.am b/src/mgr/Makefile.am
index 6acec3a..38f9cc4 100644
--- a/src/mgr/Makefile.am
+++ b/src/mgr/Makefile.am
@@ -15,6 +15,9 @@ FTP_SOURCES += $(mgrdir)/curlhttpt.cpp
else
FTP_SOURCES = $(mgrdir)/ftplibftpt.cpp
endif
+if WITHGAPI
+FTP_SOURCES += $(mgrdir)/rtranspgdrive.cpp
+endif
libsword_la_SOURCES += $(FTP_SOURCES)
libsword_la_SOURCES += $(mgrdir)/swconfig.cpp