blob: fc1b23e74631d51f1caa18b3d4733bd666193ca6 (
plain)
1
2
3
4
5
6
7
8
9
|
METASOURCES = AUTO
libgame_la_LDFLAGS = -avoid-version -no-undefined
noinst_LTLIBRARIES = libgame.la
libgame_la_SOURCES = game.cc sector.cc ship.cc shipspecs.cc star.cc
INCLUDES = -I$(top_srcdir)/src
libgame_la_LIBADD = $(top_builddir)/src/common/libcommon.la
noinst_HEADERS = game.h player.h sector.h ship.h shipspecs.h star.h world.h
|