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

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

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