diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:46:54 -0600 |
commit | ffba74342b21eae1bda25ef4816415b71d0dcd6a (patch) | |
tree | 47ba1cef053ee8cefcbaeef1d38695673311b4d8 /kioslave | |
parent | bc666a19ca87f1f606898fd9da4f5847e89ac0e1 (diff) | |
download | tdemultimedia-ffba74342b21eae1bda25ef4816415b71d0dcd6a.tar.gz tdemultimedia-ffba74342b21eae1bda25ef4816415b71d0dcd6a.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kioslave')
-rw-r--r-- | kioslave/audiocd/kcmaudiocd/Makefile.am | 2 | ||||
-rw-r--r-- | kioslave/audiocd/plugins/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/audiocd/kcmaudiocd/Makefile.am b/kioslave/audiocd/kcmaudiocd/Makefile.am index 962c3fa0..73d6be2d 100644 --- a/kioslave/audiocd/kcmaudiocd/Makefile.am +++ b/kioslave/audiocd/kcmaudiocd/Makefile.am @@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kcm_audiocd.la kcm_audiocd_la_SOURCES = audiocdconfig.ui kcmaudiocd.cpp kcm_audiocd_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -kcm_audiocd_la_LIBADD = ../plugins/libaudiocdplugins.la $(LIB_KDEUI) +kcm_audiocd_la_LIBADD = ../plugins/libaudiocdplugins.la $(LIB_TDEUI) INCLUDES = -I$(srcdir)/../plugins -I$(top_srcdir)/libkcddb $(all_includes) diff --git a/kioslave/audiocd/plugins/Makefile.am b/kioslave/audiocd/plugins/Makefile.am index 2dd4589c..4dca0d30 100644 --- a/kioslave/audiocd/plugins/Makefile.am +++ b/kioslave/audiocd/plugins/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/libkcddb $(all_includes) lib_LTLIBRARIES = libaudiocdplugins.la -libaudiocdplugins_la_LIBADD = $(LIB_KDECORE) $(top_builddir)/libkcddb/libkcddb.la +libaudiocdplugins_la_LIBADD = $(LIB_TDECORE) $(top_builddir)/libkcddb/libkcddb.la libaudiocdplugins_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined |