diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:01:06 +0200 |
commit | 1859432c9417b0ad9a86fd15c28307680e0d3ea9 (patch) | |
tree | f1585ee5f81dff8c1452176518e3a82d90d2e763 /tdeioslave/audiocd/plugins/lame/Makefile.am | |
parent | bb8c73b53f72adb1c2466ab4490f5a65461aa580 (diff) | |
download | tdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.tar.gz tdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeioslave/audiocd/plugins/lame/Makefile.am')
-rw-r--r-- | tdeioslave/audiocd/plugins/lame/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/audiocd/plugins/lame/Makefile.am b/tdeioslave/audiocd/plugins/lame/Makefile.am index 49ddddd9..2b7de511 100644 --- a/tdeioslave/audiocd/plugins/lame/Makefile.am +++ b/tdeioslave/audiocd/plugins/lame/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = libaudiocd_encoder_lame.la libaudiocd_encoder_lame_la_SOURCES = audiocd_lame_encoder.kcfgc encoderlame.cpp encoderlameconfig.ui collectingprocess.cpp -libaudiocd_encoder_lame_la_LIBADD = $(LIB_KIO) ../libaudiocdplugins.la +libaudiocd_encoder_lame_la_LIBADD = $(LIB_TDEIO) ../libaudiocdplugins.la libaudiocd_encoder_lame_la_LDFLAGS = -avoid-version -module -no-undefined $(taglib_libs) $(all_libraries) |