diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:02:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 21:01:29 +0200 |
commit | 45971e65a6114fbd1f91ae354da485450001166f (patch) | |
tree | b607ce9f3b683a89478b8c21c6bc9a53bf6b7a44 /knewsticker/knewstickerstub | |
parent | c26bb519a8aebc04ffe39d0b6c784a1c1e915202 (diff) | |
download | tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.tar.gz tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'knewsticker/knewstickerstub')
-rw-r--r-- | knewsticker/knewstickerstub/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/knewstickerstub/Makefile.am b/knewsticker/knewstickerstub/Makefile.am index c3d57871..2bf305c6 100644 --- a/knewsticker/knewstickerstub/Makefile.am +++ b/knewsticker/knewstickerstub/Makefile.am @@ -8,6 +8,6 @@ service_DATA = knewstickerstub.desktop METASOURCES = AUTO knewstickerstub_SOURCES = knewstickerstub.cpp -knewstickerstub_LDADD = $(LIB_KIO) ../common/libknewstickercommon.la $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) +knewstickerstub_LDADD = $(LIB_TDEIO) ../common/libknewstickercommon.la $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) |