summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/dialogs/Makefile.am
blob: 6f7fa1abee94abf858d86f8662d5ba6306e366b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES = $(all_includes)
METASOURCES = AUTO

noinst_LTLIBRARIES = libkbattleshipdialogs.la
libkbattleshipdialogs_la_SOURCES = dummy.cpp connectDlg.ui serverDlg.ui \
	chatDlg.ui statDlg.ui infoDlg.ui 
libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
libkbattleshipdialogs_la_LIBADD = $(LIB_KDEUI)

dummy.cpp:
	echo > dummy.cpp

DISTCLEANFILES = dummy.cpp