diff options
-rw-r--r-- | kstartperf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/Makefile.am b/kstartperf/Makefile.am index 40298548..42d9c21a 100644 --- a/kstartperf/Makefile.am +++ b/kstartperf/Makefile.am @@ -6,7 +6,7 @@ libkstartperf_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_ libkstartperf_la_SOURCES = libkstartperf.c bin_PROGRAMS = kstartperf -kstartperf_LDFLAGS = $(all_libraries) +kstartperf_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) kstartperf_LDADD = $(LIB_KDECORE) kstartperf_SOURCES = kstartperf.cpp |