From b0273f2416ed3204bdc161e54a7567c3d411ad07 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 14 Mar 2012 00:19:08 -0500 Subject: [PATCH] Fix FTBFS (cherry picked from commit e943ae76e0562e8d74fcba190bf2f3729f83f9ae) --- kstartperf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kstartperf/Makefile.am b/kstartperf/Makefile.am index 9214d389..40298548 100644 --- a/kstartperf/Makefile.am +++ b/kstartperf/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = $(all_includes) lib_LTLIBRARIES = libkstartperf.la -libkstartperf_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined +libkstartperf_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -version-info 1:0 -no-undefined # libkstartperf_la_LIBADD = ../libltdl/libltdlc.la libkstartperf_la_SOURCES = libkstartperf.c