Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 431cb8c4c66a18b3c48f8c0e11478f5cd7039732 (plain)
1
2
3
4
5
6
7
8
9
10

METASOURCES = AUTO
libcommon_la_LDFLAGS = -avoid-version -no-undefined
noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = color.cc console.cc file.cc functions.cc inifile.cc \
	path.cc vector3f.cc


noinst_HEADERS = color.h console.h file.h functions.h inifile.h path.h \
	vector3f.h