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 /src | |
parent | b038aff47f779f8491464d74eb1abdf7bfb4888e (diff) | |
download | k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.tar.gz k3b-722cb8fe4e324b63ceb6be9a082ec569f060d64e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/projects/kostore/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2b247e9..6744601 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,7 @@ AM_CPPFLAGS = -I$(srcdir)/../libk3b/tools \ METASOURCES = AUTO # the library search path. -k3b_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +k3b_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor rcdir = $(kde_datadir)/k3b rc_DATA = k3bui.rc eventsrc tips diff --git a/src/projects/kostore/Makefile.am b/src/projects/kostore/Makefile.am index d99ae86..65de5e7 100644 --- a/src/projects/kostore/Makefile.am +++ b/src/projects/kostore/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = $(all_includes) ####### Files -libkostore_la_LIBADD = $(LIB_KIO) +libkostore_la_LIBADD = $(LIB_TDEIO) libkostore_la_SOURCES = koStore.cc koZipStore.cc koStoreBase.cc #libkostore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 $(KDE_LDFLAGS) -no-undefined #include_HEADERS = koStore.h |