diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
commit | ff94d46e423398804d2ae63faeb114c2cf604fc4 (patch) | |
tree | 4481ffd491d15ac15081cea46d7cc298ef6351a4 /kioslave/svn/Makefile.am | |
parent | b9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff) | |
download | tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kioslave/svn/Makefile.am')
-rw-r--r-- | kioslave/svn/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kioslave/svn/Makefile.am b/kioslave/svn/Makefile.am deleted file mode 100644 index 1253820d..00000000 --- a/kioslave/svn/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -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 |