From cbe6a4e28dbfe925a9a239a81822df9d97361f10 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:32:40 -0600 Subject: Rename additional instances of KDE to TDE --- plugins/encoder/external/Makefile.am | 2 +- plugins/encoder/lame/Makefile.am | 2 +- plugins/encoder/ogg/Makefile.am | 2 +- plugins/encoder/sox/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/encoder') diff --git a/plugins/encoder/external/Makefile.am b/plugins/encoder/external/Makefile.am index a095688..c463c21 100644 --- a/plugins/encoder/external/Makefile.am +++ b/plugins/encoder/external/Makefile.am @@ -6,7 +6,7 @@ libk3bexternalencoder_la_SOURCES = base_k3bexternalencoderconfigwidget.ui \ base_k3bexternalencodereditwidget.ui k3bexternalencoder.cpp \ k3bexternalencoderconfigwidget.cpp k3bexternalencodercommand.cpp -libk3bexternalencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) +libk3bexternalencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) libk3bexternalencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/encoder/lame/Makefile.am b/plugins/encoder/lame/Makefile.am index 4a4d61e..15e310e 100644 --- a/plugins/encoder/lame/Makefile.am +++ b/plugins/encoder/lame/Makefile.am @@ -6,7 +6,7 @@ libk3blameencoder_la_SOURCES = base_k3blameencodersettingswidget.ui \ base_k3bmanualbitratesettingswidget.ui \ k3blameencoder.cpp -libk3blameencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) -lmp3lame +libk3blameencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) -lmp3lame libk3blameencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/encoder/ogg/Makefile.am b/plugins/encoder/ogg/Makefile.am index 712adbb..0b18edc 100644 --- a/plugins/encoder/ogg/Makefile.am +++ b/plugins/encoder/ogg/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3boggvorbisencoder.la libk3boggvorbisencoder_la_SOURCES = base_k3boggvorbisencodersettingswidget.ui k3boggvorbisencoder.cpp -libk3boggvorbisencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) -logg -lvorbis -lvorbisenc +libk3boggvorbisencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) -logg -lvorbis -lvorbisenc libk3boggvorbisencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins diff --git a/plugins/encoder/sox/Makefile.am b/plugins/encoder/sox/Makefile.am index 535b1c0..383b750 100644 --- a/plugins/encoder/sox/Makefile.am +++ b/plugins/encoder/sox/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bsoxencoder.la libk3bsoxencoder_la_SOURCES = base_k3bsoxencoderconfigwidget.ui k3bsoxencoder.cpp -libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) +libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) libk3bsoxencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins -- cgit v1.2.3