You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
|
|
|
libkbattleshipdialogs_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
|
|
|
|
dummy.cpp:
|
|
|
|
echo > dummy.cpp
|
|
|
|
|
|
|
|
DISTCLEANFILES = dummy.cpp
|
|
|
|
|