summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /languages/ruby/app_templates
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'languages/ruby/app_templates')
-rw-r--r--languages/ruby/app_templates/dcopservice/src-Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/app_templates/dcopservice/src-Makefile.am b/languages/ruby/app_templates/dcopservice/src-Makefile.am
index 220c58e3..48530b36 100644
--- a/languages/ruby/app_templates/dcopservice/src-Makefile.am
+++ b/languages/ruby/app_templates/dcopservice/src-Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR)
bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(RUBY_LIBDIR)
-%{APPNAMELC}_LDADD = $(LIB_KIO) $(RUBY_LIBRUBYARG)
+%{APPNAMELC}_LDADD = $(LIB_TDEIO) $(RUBY_LIBRUBYARG)
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp
METASOURCES = AUTO