diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-14 00:19:08 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-14 00:19:08 -0500 |
commit | e943ae76e0562e8d74fcba190bf2f3729f83f9ae (patch) | |
tree | 31f7a5f3d106f8f98b8760731186815e58d98b91 | |
parent | b91f8af7e57a75f0e0a6d09130f0c0a995746fe7 (diff) | |
download | tdesdk-e943ae76e0562e8d74fcba190bf2f3729f83f9ae.tar.gz tdesdk-e943ae76e0562e8d74fcba190bf2f3729f83f9ae.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 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 |