diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:57:59 +0200 |
commit | 291cf502dd96dbadbc6d82a7f5f48c14377c7c71 (patch) | |
tree | 9b1a316af8f9d7ef8af4132e3674f8080b8b43ce /src | |
parent | 9fe000682303e313a0fb2652bd000cececc52ad6 (diff) | |
download | kopete-otr-291cf502dd96dbadbc6d82a7f5f48c14377c7c71.tar.gz kopete-otr-291cf502dd96dbadbc6d82a7f5f48c14377c7c71.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 47584b4..0486258 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,7 @@ kcm_kopete_otr_la_SOURCES = kopete_otr.kcfgc otrpreferences.cpp otrprefs.ui kcm_kopete_otr_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) \ $(all_libraries) -lkopete -kcm_kopete_otr_la_LIBADD = libkotr.la -lotr $(LIB_KUTILS) +kcm_kopete_otr_la_LIBADD = libkotr.la -lotr $(LIB_TDEUTILS) service_DATA = kopete_otr.desktop servicedir = $(kde_servicesdir) |