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

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

INCLUDES = -I$(top_srcdir)/src