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

libcore_la_SOURCES = core.cc game.cc
libcore_la_LDFLAGS = -avoid-version
libcore_la_LIBADD = $(top_builddir)/src/math/libmath.la \
	$(top_builddir)/src/common/libcommon.la \
	$(top_builddir)/src/filesystem/libfilesystem.la

noinst_LTLIBRARIES = libcore.la
noinst_HEADERS = core.h game.h