Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 81fb50743bce576425ad80db8ea08f1501f801fd (plain)
1
2
3
4
5
6
7
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game
METASOURCES = AUTO
libexample_la_LDFLAGS = -avoid-version
noinst_LTLIBRARIES = libexample.la
noinst_HEADERS = example.h
libexample_la_SOURCES = example.cc spectator.cc
_SOURCES = spectator.h