diff options
Diffstat (limited to 'quanta/src/Makefile.am')
-rw-r--r-- | quanta/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/Makefile.am b/quanta/src/Makefile.am index 5b8a47d9..667bb89f 100644 --- a/quanta/src/Makefile.am +++ b/quanta/src/Makefile.am @@ -64,7 +64,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/dialogs \ quanta_METASOURCES = AUTO # the library search path. -quanta_LDFLAGS = $(all_libraries) $(KDE_RPATH) +quanta_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # this is where the kdelnk file will go xdg_apps_DATA = quanta.desktop |