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.
18 lines
643 B
18 lines
643 B
15 years ago
|
|
||
|
noinst_LTLIBRARIES = libkgamedialogs.la
|
||
|
|
||
|
# compile-order doesn't matter here but maybe we will split these section soon
|
||
|
|
||
|
|
||
|
libkgamedialogs_la_SOURCES = kgamedialog.cpp kgameconnectdialog.cpp kgameerrordialog.cpp kgamedebugdialog.cpp kgamedialogconfig.cpp
|
||
|
|
||
|
libkgamedialogsincludedir=$(includedir)/kgame
|
||
|
libkgamedialogsinclude_HEADERS = kgamedialog.h kgameconnectdialog.h kgameerrordialog.h kgamedebugdialog.h kgamedialogconfig.h
|
||
|
|
||
13 years ago
|
INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/kgame $(all_includes)
|
||
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
|
messages:
|
||
13 years ago
|
# $(XGETTEXT) `find . -name \*.h -o -name \*.cpp -o -name \*.cc` -o $(podir)/libtdegames.pot
|
||
15 years ago
|
|