From e943ae76e0562e8d74fcba190bf2f3729f83f9ae Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 14 Mar 2012 00:19:08 -0500 Subject: Fix FTBFS --- kstartperf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kstartperf') diff --git a/kstartperf/Makefile.am b/kstartperf/Makefile.am index 5edba754..084cfe7f 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -version-info 1:0 -no-undefined # libkstartperf_la_LIBADD = ../libltdl/libltdlc.la libkstartperf_la_SOURCES = libkstartperf.c -- cgit v1.2.1