diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:34 +0200 |
commit | 722cb8fe4e324b63ceb6be9a082ec569f060d64e (patch) | |
tree | 3a0ca174a91963f2f091fffd77139087f56716cf /plugins/decoder/musepack/Makefile.am | |
parent | b038aff47f779f8491464d74eb1abdf7bfb4888e (diff) | |
download | k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.tar.gz k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'plugins/decoder/musepack/Makefile.am')
-rw-r--r-- | plugins/decoder/musepack/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/decoder/musepack/Makefile.am b/plugins/decoder/musepack/Makefile.am index f806ac5..63a3f74 100644 --- a/plugins/decoder/musepack/Makefile.am +++ b/plugins/decoder/musepack/Makefile.am @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = libk3bmpcdecoder.la libk3bmpcdecoder_la_SOURCES = k3bmpcdecoder.cpp k3bmpcwrapper.cpp -libk3bmpcdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/plugin/libk3bplugin.la $(MPC_LIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_KIO) $(LIB_TDEUI) +libk3bmpcdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/plugin/libk3bplugin.la $(MPC_LIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEUI) libk3bmpcdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins |