Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 7532f1ce9550ae4704383fb8942e5b3d445e5b1d (plain)
1
2
3
4
5
6
INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO
bin_PROGRAMS = osiriond
osiriond_SOURCES = console.cc main.cc timer.cc
osiriond_LDADD = $(top_builddir)/src/game/libgame.la
noinst_HEADERS = console.h timer.h