diff options
author | Timothy Pearson <[email protected]> | 2012-05-14 19:38:06 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-14 19:38:06 -0500 |
commit | 1de68cb32ec6b702879793828653e85ec3bcc5e1 (patch) | |
tree | 06656342dfaba7ae08657e6da23ceff94fa7fcaa /kstartperf/Makefile.am | |
parent | 8d740ff03303f59a0098816aeac7854352f7628d (diff) | |
download | tdesdk-1de68cb32ec6b702879793828653e85ec3bcc5e1.tar.gz tdesdk-1de68cb32ec6b702879793828653e85ec3bcc5e1.zip |
Fix kstartperf failure
This closes Bug 854
Diffstat (limited to 'kstartperf/Makefile.am')
-rw-r--r-- | kstartperf/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kstartperf/Makefile.am b/kstartperf/Makefile.am index 3aea986f..3921d009 100644 --- a/kstartperf/Makefile.am +++ b/kstartperf/Makefile.am @@ -1,8 +1,7 @@ INCLUDES = $(all_includes) lib_LTLIBRARIES = libkstartperf.la -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_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ldl -version-info 1:0 -no-undefined libkstartperf_la_SOURCES = libkstartperf.c bin_PROGRAMS = kstartperf |