Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 48c33d38a5a57e30013228bc320c39d4149be4a7 (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 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 star.h world.h