Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: d327706abc92acc0aa9e1ba5215b22b5cf4e57c0 (plain)
1
2
3
4
5
6
7
8
INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO

libgame_la_LDFLAGS = -avoid-version
libgame_la_SOURCES = game.cc sector.cc ship.cc shipspecs.cc star.cc

noinst_LTLIBRARIES = libgame.la
noinst_HEADERS = game.h sector.h ship.h shipspecs.h star.h world.h