summaryrefslogtreecommitdiffstats
path: root/klines/Makefile.am
blob: 84434d513d640e216d1fa5bb03f906f350b47da4 (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

INCLUDES= -I$(top_srcdir)/libtdegames $(all_includes)
METASOURCES = AUTO

bin_PROGRAMS = klines
klines_SOURCES = prompt.cpp mwidget.cpp linesboard.cpp field.cpp cell.cpp \
                 ballpainter.cpp klines.cpp main.cpp prefs.kcfgc
klines_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
klines_LDADD = $(LIB_TDEGAMES)
klines_DEPENDENCIES = $(LIB_TDEGAMES_DEP)

picsdir = $(kde_datadir)/klines/
pics_DATA = balls.jpg field.jpg fire.jpg

xdg_apps_DATA = klines.desktop
kde_kcfg_DATA = klines.kcfg

EXTRA_DIST = $(pics_DATA)

KDE_ICON = klines

rcdir = $(kde_datadir)/klines
rc_DATA = klinesui.rc

messages: rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/klines.pot;