From ce25d11c61b018dbe92266faec0b0f6ce4dfcd96 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 22 Feb 2010 18:17:24 +0000 Subject: Automake fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kopete-otr@1094413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index f168bd9..d8255f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,12 +11,12 @@ kde_module_LTLIBRARIES = kcm_kopete_otr.la kopete_otr.la kopete_otr_la_SOURCES = kopete_otr.kcfgc otrguiclient.cpp otrplugin.cpp -kopete_otr_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) \ +kopete_otr_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) \ -lkopete kcm_kopete_otr_la_SOURCES = kopete_otr.kcfgc otrpreferences.cpp otrprefs.ui -kcm_kopete_otr_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) \ +kcm_kopete_otr_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) \ $(all_libraries) -lkopete kcm_kopete_otr_la_LIBADD = libkotr.la -lotr $(LIB_KUTILS) @@ -38,7 +38,7 @@ rcdir = $(kde_datadir)/kopete_otr rc_DATA = otrchatui.rc otrui.rc lib_LTLIBRARIES = libkotr.la -libkotr_la_LDFLAGS = $(all_libraries) +libkotr_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) libkotr_la_SOURCES = otrlchatinterface.cpp otrlconfinterface.cpp \ privkeypopup.cpp privkeypopupui.ui smppopup.cpp smppopupui.ui verifypopup.cpp \ verifypopupui.ui -- cgit v1.2.1