Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 754c1686e510d54cf720937da1340bcb2de26d82 (plain)
1
2
3
4
5
6
7
8
9

METASOURCES = AUTO
libgame_la_LDFLAGS = -avoid-version
noinst_LTLIBRARIES = libgame.la

libgame_la_SOURCES = game.cc game.h ship.cc ship.h player.h world.h star.cc \
		star.h sector.h
INCLUDES = -I$(top_srcdir)/src
noinst_HEADERS = world.h sector.h