Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: bb285ebd7c6de006ef37bed74339119828cae09d (plain)
1
2
3
4
5
6
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 spectator.h
libexample_la_SOURCES = example.cc spectator.cc