diff options
-rw-r--r-- | konversation/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/Makefile.am b/konversation/src/Makefile.am index ee2fb29..42c039b 100644 --- a/konversation/src/Makefile.am +++ b/konversation/src/Makefile.am @@ -41,7 +41,7 @@ xdg_apps_DATA = konversation.desktop INCLUDES= -Ilinkaddressbook -I$(srcdir)/linkaddressbook -Iblowfish -I$(srcdir)/blowfish\ -Iconfig -I$(srcdir)/config $(all_includes) # the library search path. -konversation_LDFLAGS = $(all_libraries) $(KDE_RPATH) +konversation_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor rcdir = $(kde_datadir)/konversation rc_DATA = konversationui.rc eventsrc |