|
|
@ -1,7 +1,7 @@
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libkstartperf.la
|
|
|
|
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_LIBADD = ../libltdl/libltdlc.la
|
|
|
|
libkstartperf_la_SOURCES = libkstartperf.c
|
|
|
|
libkstartperf_la_SOURCES = libkstartperf.c
|
|
|
|
|
|
|
|
|
|
|
|