diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-14 20:30:30 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-20 05:10:26 +0200 |
commit | 8a029426cae127e48b703630bc02c018435bdda2 (patch) | |
tree | cb495e34ca4a75dcd0ae08473e0ac42d90ae0f42 | |
parent | b0273f2416ed3204bdc161e54a7567c3d411ad07 (diff) | |
download | tdesdk-8a029426cae127e48b703630bc02c018435bdda2.tar.gz tdesdk-8a029426cae127e48b703630bc02c018435bdda2.zip |
Fix FTBFS
(cherry picked from commit 88304700bb3a774eaaff4489b9371686b4b54f62)
-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 |