diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:19:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:19:38 -0600 |
commit | a51e36dd01b6fdd51475450fa909e0e0940ab56c (patch) | |
tree | 80aa6988d857dcb2dd1acc5e04272000450d9db2 /tdeioslave/svn/svnhelper/Makefile.am | |
parent | 037e62d19bf5f736d23da4adb0d4ae36a5eacdb1 (diff) | |
download | tdesdk-a51e36dd01b6fdd51475450fa909e0e0940ab56c.tar.gz tdesdk-a51e36dd01b6fdd51475450fa909e0e0940ab56c.zip |
Rename kioslaves
Diffstat (limited to 'tdeioslave/svn/svnhelper/Makefile.am')
-rw-r--r-- | tdeioslave/svn/svnhelper/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/svn/svnhelper/Makefile.am b/tdeioslave/svn/svnhelper/Makefile.am index db03a3ae..3f6e71c1 100644 --- a/tdeioslave/svn/svnhelper/Makefile.am +++ b/tdeioslave/svn/svnhelper/Makefile.am @@ -1,11 +1,11 @@ -bin_PROGRAMS = kio_svn_helper +bin_PROGRAMS = tdeio_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 +tdeio_svn_helper_SOURCES = tdeio_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) +tdeio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries) servicemenudir = \ $(kde_datadir)/konqueror/servicemenus |