Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 4fd0f1290f2ac896be3b8312a510af014a03e664 (plain)
1
2
3
4
5
6
AM_CPPFLAGS = -I$(top_srcdir)/src
METASOURCES = AUTO
libsys_la_LDFLAGS = -avoid-version -no-undefined
noinst_LTLIBRARIES = libsys.la
libsys_la_SOURCES = consoleinterface.cc sys.cc timer.cc
noinst_HEADERS = consoleinterface.h sys.h timer.h