Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 6875dbfc95c04cfd83793d825f6f0b48e3d7a8f7 (plain)
1
2
3
4
5
6
7
8
9
METASOURCES = AUTO
libserver_la_SOURCES = application.cc console.cc server.cc timer.cc
noinst_HEADERS = application.h console.h server.h timer.h
noinst_LTLIBRARIES = libserver.la
INCLUDES = -I$(top_srcdir)/src
libserver_la_LDFLAGS = -avoid-version -no-undefined
libserver_la_LIBADD = $(top_builddir)/src/math/libmath.la \
	$(top_builddir)/src/sys/libsys.la $(top_builddir)/src/filesystem/libfilesystem.la \
	$(top_builddir)/src/core/libcore.la $(top_builddir)/src/game/libgame.la