diff options
author | Stijn Buys <ingar@osirion.org> | 2008-02-02 11:09:04 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-02-02 11:09:04 +0000 |
commit | 365b0c6330ea607706b708d92da7a46b1ed1fb15 (patch) | |
tree | 67e8136d48e8e7f0c5bdc17b4a2c284dcf202641 /src/filesystem | |
parent | 6c8446cddb37df732fc9e5fc21f98e31968ce634 (diff) |
introduced libsys
implemented signal handling
Diffstat (limited to 'src/filesystem')
-rw-r--r-- | src/filesystem/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/filesystem/Makefile.am b/src/filesystem/Makefile.am index c072b02..2eb094f 100644 --- a/src/filesystem/Makefile.am +++ b/src/filesystem/Makefile.am @@ -2,7 +2,8 @@ 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 +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 |