Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: c8695ca5a78f11e21c346f527f9138a7494ee61d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
METASOURCES = AUTO
bin_PROGRAMS = osiriond
osiriond_SOURCES = application.cc console.cc main.cc server.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/core/libcore.la \
		$(top_builddir)/src/game/libgame.la
noinst_HEADERS = application.h console.h server.h timer.h

INCLUDES = -I$(top_srcdir)/src