diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:12:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:12:19 -0600 |
commit | 44c26994c9087200cf941f08df9f77b553a1365e (patch) | |
tree | d44f6b84c9218232ee50a929258431c9eadbc99d /kopete/plugins/contactnotes | |
parent | 1334b51442f51913f8d8f1e908674bb20a7ab415 (diff) | |
download | tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.tar.gz tdenetwork-44c26994c9087200cf941f08df9f77b553a1365e.zip |
Rename kioslaves
Diffstat (limited to 'kopete/plugins/contactnotes')
-rw-r--r-- | kopete/plugins/contactnotes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/contactnotes/Makefile.am b/kopete/plugins/contactnotes/Makefile.am index 3e8705b6..95a1e6b7 100644 --- a/kopete/plugins/contactnotes/Makefile.am +++ b/kopete/plugins/contactnotes/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kopete_contactnotes.la kopete_contactnotes_la_SOURCES = contactnotesplugin.cpp contactnotesedit.cpp kopete_contactnotes_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -kopete_contactnotes_la_LIBADD = ../../libkopete/libkopete.la -lkio +kopete_contactnotes_la_LIBADD = ../../libkopete/libkopete.la -ltdeio service_DATA = kopete_contactnotes.desktop servicedir = $(kde_servicesdir) |