summaryrefslogtreecommitdiffstats
path: root/kioslave/svn/svnhelper/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
commitff94d46e423398804d2ae63faeb114c2cf604fc4 (patch)
tree4481ffd491d15ac15081cea46d7cc298ef6351a4 /kioslave/svn/svnhelper/Makefile.am
parentb9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff)
downloadtdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz
tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kioslave/svn/svnhelper/Makefile.am')
-rw-r--r--kioslave/svn/svnhelper/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/kioslave/svn/svnhelper/Makefile.am b/kioslave/svn/svnhelper/Makefile.am
deleted file mode 100644
index db03a3ae..00000000
--- a/kioslave/svn/svnhelper/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-bin_PROGRAMS = kio_svn_helper
-
-INCLUDES = $(all_includes)
-AM_LDFLAGS = $(all_libraries)
-
-kio_svn_helper_SOURCES = kio_svn_helper.cpp subversioncheckout.ui subversionswitch.ui subversionlog.ui subversiondiff.ui
-
-kio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries)
-
-servicemenudir = \
- $(kde_datadir)/konqueror/servicemenus
-
-servicemenu_DATA = \
- subversion.desktop subversion_toplevel.desktop
-
-
-METASOURCES = AUTO
-