Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 9e999008283fe8b46a36cc8dcd9e6636d4cfa97c (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO
bin_PROGRAMS = osiriond
osiriond_SOURCES = console.cc main.cc timer.cc
osiriond_LDADD = $(top_builddir)/src/math/libmath.la \
		$(top_builddir)/src/common/libcommon.la \
		$(top_builddir)/src/filesystem/libfilesystem.la \
		$(top_builddir)/src/game/libgame.la
noinst_HEADERS = console.h timer.h