diff options
Diffstat (limited to 'arts/builder/Makefile.am')
-rw-r--r-- | arts/builder/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/Makefile.am b/arts/builder/Makefile.am index 3f5ce2b3..aacc5761 100644 --- a/arts/builder/Makefile.am +++ b/arts/builder/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = qttableview.h METASOURCES = AUTO -artsbuilder_LDFLAGS = $(all_libraries) $(KDE_RPATH) +artsbuilder_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. |