blob: 584981ae2e8b8fc555c3aec247fc719a67789ef9 (
plain)
1
2
3
4
5
6
7
8
9
|
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 player.h sector.h shared.h ship.h shipspecs.h star.h \
world.h
|