summaryrefslogtreecommitdiffstats
path: root/kstartperf/Makefile.am
blob: 5edba7545762b5c97cd6a76d5bf444ec0299b6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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