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