diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:51 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:51 +0200 |
commit | 6070172fc831f6c8428b253b7eba63bb3292c829 (patch) | |
tree | 351db3909f267377ebcfa370d2312daa2d49a4cc /src | |
parent | 5fe61f03d86e768da0908341fbca556f2d0705ec (diff) | |
download | kbibtex-6070172fc831f6c8428b253b7eba63bb3292c829.tar.gz kbibtex-6070172fc831f6c8428b253b7eba63bb3292c829.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d1999a4..68b9b49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ bin_PROGRAMS = kbibtex # the application source, library search path, and link libraries kbibtex_SOURCES = kbibtexshell.cpp main.cpp kbibtex_LDFLAGS = $(all_libraries) -kbibtex_LDADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kbibtex_LDADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) # this is where the desktop file will go shelldesktopdir = $(xdg_appsdir) @@ -75,7 +75,7 @@ libkbibtexpart_la_SOURCES = comment.cpp fileexporterdocbook5.cpp commentwidget.c xsltransform.cpp webquerysciencedirect.cpp findduplicates.cpp settingsz3950.cpp \ messagehandler.cpp iso6937converter.cpp iso5426converter.cpp webquerymathscinet.cpp libkbibtexpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -libkbibtexpart_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_KFILE) $(LIB_KUTILS) $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIBYAZ_LIBS) $(LIBBIBUTILS_LIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP -lkatepartinterfaces -ltdetexteditor +libkbibtexpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_KFILE) $(LIB_TDEUTILS) $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIBYAZ_LIBS) $(LIBBIBUTILS_LIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP -lkatepartinterfaces -ltdetexteditor # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) |