blob: 2dcea93256842947933219be34b60a38039fa1a8 (
plain)
1
2
3
4
5
6
7
8
|
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game
METASOURCES = AUTO
libbase_la_LDFLAGS = -avoid-version
noinst_LTLIBRARIES = libbase.la
libbase_la_SOURCES = cargo.cc cargopod.cc game.cc jumppoint.cc navpoint.cc planet.cc \
racetrack.cc ship.cc shipmodel.cc star.cc station.cc
noinst_HEADERS = cargo.h cargopod.h game.h jumppoint.h navpoint.h planet.h \
racetrack.h ship.h shipmodel.h star.h station.h
|