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

libfilesystem_la_SOURCES = file.cc filesystem.cc inifile.cc path.cc
libfilesystem_la_LDFLAGS = -avoid-version -no-undefined
libfilesystem_la_LIBADD = $(top_builddir)/src/sys/libsys.la \
	$(top_builddir)/src/common/libcommon.la
noinst_LTLIBRARIES = libfilesystem.la
noinst_HEADERS = file.h filesystem.h inifile.h path.h

INCLUDES = -I$(top_srcdir)/src