blob: 9ef09bd0050e544d8906707e1217dda916e99494 (
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/common/libcommon.la
noinst_LTLIBRARIES = libfilesystem.la
noinst_HEADERS = file.h filesystem.h path.h
INCLUDES = -I$(top_srcdir)/src
|