summaryrefslogtreecommitdiffstats
path: root/kstartperf/Makefile.am
blob: f1b2834ecee7aa6278499a4df46a2ce7fed8059b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = $(all_includes)

lib_LTLIBRARIES = libkstartperf.la
libkstartperf_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ldl -version-info 1:0 -no-undefined
libkstartperf_la_SOURCES = libkstartperf.c

bin_PROGRAMS = kstartperf
kstartperf_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO)
kstartperf_LDADD = $(LIB_TDECORE)
kstartperf_SOURCES = kstartperf.cpp

messages:
	$(XGETTEXT) $(kstartperf_SOURCES) -o $(podir)/kstartperf.pot