diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-14 20:30:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-14 20:30:30 -0500 |
commit | 88304700bb3a774eaaff4489b9371686b4b54f62 (patch) | |
tree | de956db54d2850cd89a9bf5bbdb9f0bb6fd0925d | |
parent | eefca338f7b7cbc5903227e13d750ad281b1cac4 (diff) | |
download | tdesdk-88304700bb3a774eaaff4489b9371686b4b54f62.tar.gz tdesdk-88304700bb3a774eaaff4489b9371686b4b54f62.zip |
Fix FTBFS
-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 084cfe7f..3aea986f 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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) kstartperf_LDADD = $(LIB_TDECORE) kstartperf_SOURCES = kstartperf.cpp |