summaryrefslogtreecommitdiffstats
path: root/kshutdown/Makefile.am
blob: ccf29a2294533c4f36d4669648fbe4c730166302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
bin_PROGRAMS = kshutdown

kshutdown_SOURCES = \
	actions.cpp \
	appobserver.cpp \
	configuration.cpp \
	confirmation.cpp \
	extras.cpp \
	kshutdowniface_skel.cpp \
	links.cpp \
	mactioneditdialog.cpp \
	main.cpp \
	miscutils.cpp \
	mmainwindow.cpp \
	mmessagedialog.cpp \
	msettingsdialog.cpp \
	mstatstab.cpp \
	msystemtray.cpp \
	mtip.cpp \
	progressbar.cpp \
	systemconfig.cpp

kshutdown_LDADD = $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE) $(LIB_TDEIO) $(LIB_TQT) -lDCOP -ltdefx
kshutdown_LDFLAGS = $(all_libraries) $(KDE_RPATH)

EXTRA_DIST = \
	kshutdown.desktop \
	kshutdowniface.kidl \
	kshutdown.upd

appdir = $(prefix)/share/applications
app_DATA = kshutdown.desktop

tdeconfdir = $(kde_datadir)/tdeconf_update
tdeconf_DATA = kshutdown.upd

INCLUDES = $(all_includes)
METASOURCES = AUTO

messages:
	LIST=`find ../kshutdown ../kshutdownlockout -name \*.h -o -name \*.cpp`; \
	if test -n "$$LIST"; then \
		$(XGETTEXT) $$LIST -o $(podir)/kshutdown.pot; \
	fi