summaryrefslogtreecommitdiffstats
path: root/starter/Makefile.am
blob: bf436418a679656feb4836f7a5d2dc9589a8513c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INCLUDES= $(all_includes)
METASOURCES = AUTO
KDE_ICON = AUTO

lib_LTLIBRARIES = libbaghirastarter.la

libbaghirastarter_la_SOURCES = baghiralinkdrag.cpp menu.cpp starter.cpp starterconfig.ui starterhelp.ui config.ui help.ui linkconfig.ui starteriface.skel
libbaghirastarter_la_LDFLAGS = -module -avoid-version $(all_libraries)
libbaghirastarter_la_LIBADD = -lXtst $(LIB_TDEUI) 

starter_DATA = starter.desktop
starterdir = $(kde_datadir)/kicker/applets
poof_DATA = ../imagebase/poof.png
poofdir = $(kde_datadir)/baghira

messages: rc.cpp
	$(EXTRACTRC) *.ui >> rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/starter.pot