diff options
Diffstat (limited to 'kio/tests/Makefile.am')
-rw-r--r-- | kio/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/Makefile.am b/kio/tests/Makefile.am index 4ec6be6f3..ee81b822c 100644 --- a/kio/tests/Makefile.am +++ b/kio/tests/Makefile.am @@ -18,7 +18,7 @@ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio $(all_includes) LDADD = $(LIB_KIO) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor check_PROGRAMS = ksycocatest getalltest kruntest ktartest kziptest\ kioslavetest kdirwatchtest kshredtest speed kurifiltertest \ |