diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:56:34 +0200 |
commit | 722cb8fe4e324b63ceb6be9a082ec569f060d64e (patch) | |
tree | 3a0ca174a91963f2f091fffd77139087f56716cf /libk3b | |
parent | b038aff47f779f8491464d74eb1abdf7bfb4888e (diff) | |
download | k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.tar.gz k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'libk3b')
-rw-r--r-- | libk3b/core/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/core/Makefile.am b/libk3b/core/Makefile.am index 2468d4f..06e474c 100644 --- a/libk3b/core/Makefile.am +++ b/libk3b/core/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(srcdir)/../../libk3bdevice -I$(srcdir)/../plugin -I$(srcdir)/. noinst_LTLIBRARIES = libk3bcore.la -libk3bcore_la_LIBADD = $(LIB_KIO) $(ARTSC_LIB) +libk3bcore_la_LIBADD = $(LIB_TDEIO) $(ARTSC_LIB) libk3bcore_la_LDFLAGS = $(all_libraries) |