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/vorbis/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/vorbis/Makefile.am')
-rw-r--r-- | tdeioslave/audiocd/plugins/vorbis/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/audiocd/plugins/vorbis/Makefile.am b/tdeioslave/audiocd/plugins/vorbis/Makefile.am index e83240ff..a866fd44 100644 --- a/tdeioslave/audiocd/plugins/vorbis/Makefile.am +++ b/tdeioslave/audiocd/plugins/vorbis/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = libaudiocd_encoder_vorbis.la libaudiocd_encoder_vorbis_la_SOURCES = audiocd_vorbis_encoder.kcfgc encodervorbis.cpp encodervorbisconfig.ui -libaudiocd_encoder_vorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISFILE_LIBS) $(VORBISENC_LIBS) $(LIB_KIO) ../libaudiocdplugins.la +libaudiocd_encoder_vorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISFILE_LIBS) $(VORBISENC_LIBS) $(LIB_TDEIO) ../libaudiocdplugins.la libaudiocd_encoder_vorbis_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) |