Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: ff466549c1dc46d0a0306ae467bb3e9ee824d8ea (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 game.h player.h sector.h ship.cc ship.h star.cc \
	star.h world.h
INCLUDES = -I$(top_srcdir)/src
libgame_la_LIBADD = $(top_builddir)/src/common/libcommon.la