From 38188136cc426b4bb00abf6f8c7c90b4bb27c453 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Nov 2011 21:46:25 -0500 Subject: Rename kde libraries to tde --- akregator/src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'akregator/src/Makefile.am') diff --git a/akregator/src/Makefile.am b/akregator/src/Makefile.am index 8506a0478..2ee3f3794 100644 --- a/akregator/src/Makefile.am +++ b/akregator/src/Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = akregator akregator_SOURCES = main.cpp mainwindow.cpp akregator_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor akregator_LDADD = $(LIB_KPARTS) libakregatorprivate.la -#akregator_LDADD = $(LIB_KPARTS) libakregatorprivate.la $(top_builddir)/libkdepim/libkdepim.la +#akregator_LDADD = $(LIB_KPARTS) libakregatorprivate.la $(top_builddir)/libtdepim/libtdepim.la # this is where the desktop file will go xdg_apps_DATA = akregator.desktop @@ -77,7 +77,7 @@ libakregatorprivate_la_SOURCES = akregatorconfig.kcfgc \ utils.cpp libakregatorprivate_la_LDFLAGS = $(all_libraries) -avoid-version -no-undefined -libakregatorprivate_la_LIBADD = $(top_builddir)/libkdepim/libkdepim.la \ +libakregatorprivate_la_LIBADD = $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/akregator/src/librss/librsslocal.la $(LIB_KHTML) ######################################################################### @@ -146,7 +146,7 @@ libakregatorpart_la_SOURCES = \ kspeech.stub libakregatorpart_la_LDFLAGS = $(KDE_RPATH) $(KDE_PLUGIN) $(LIB_KUTILS) -avoid-version -no-undefined $(all_libraries) -libakregatorpart_la_LIBADD = libakregatorprivate.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KHTML) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -L$(top_builddir)/libkdepim -lkdepim +libakregatorpart_la_LIBADD = libakregatorprivate.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KHTML) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -L$(top_builddir)/libtdepim -lkdepim # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) -- cgit v1.2.1