summaryrefslogtreecommitdiffstats
path: root/kioslave/svn/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/svn/Makefile.am')
-rw-r--r--kioslave/svn/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/kioslave/svn/Makefile.am b/kioslave/svn/Makefile.am
new file mode 100644
index 00000000..1253820d
--- /dev/null
+++ b/kioslave/svn/Makefile.am
@@ -0,0 +1,15 @@
+SUBDIRS = ksvnd svnhelper icons
+
+INCLUDES = $(SVN_INCLUDE) $(all_includes)
+
+kde_module_LTLIBRARIES = kio_svn.la
+
+kio_svn_la_SOURCES = svn.cpp
+kio_svn_la_LIBADD = -lkio
+kio_svn_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(SVNLD) $(SVN_LIB)
+
+protocol_DATA = svn+http.protocol svn+https.protocol svn+file.protocol svn+ssh.protocol svn.protocol
+protocoldir = $(kde_servicesdir)
+
+messages: rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/kio_svn.pot