You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/kstartperf/Makefile.am

15 lines
441 B

INCLUDES = $(all_includes)
lib_LTLIBRARIES = libkstartperf.la
libkstartperf_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined
# libkstartperf_la_LIBADD = ../libltdl/libltdlc.la
libkstartperf_la_SOURCES = libkstartperf.c
bin_PROGRAMS = kstartperf
kstartperf_LDFLAGS = $(all_libraries)
kstartperf_LDADD = $(LIB_TDECORE)
kstartperf_SOURCES = kstartperf.cpp
messages:
$(XGETTEXT) $(kstartperf_SOURCES) -o $(podir)/kstartperf.pot