aboutsummaryrefslogtreecommitdiff
path: root/lib/fstree/Makemodule.am
blob: 09cd9ac923b265c1dbd744e180b3c1d35244b373 (plain)
1
2
3
4
5
6
7
8
libfstree_a_SOURCES = include/fstree.h lib/fstree/fstree.c
libfstree_a_SOURCES += lib/fstree/post_process.c lib/fstree/get_path.c
libfstree_a_SOURCES += lib/fstree/mknode.c lib/fstree/hardlink.c
libfstree_a_SOURCES += lib/fstree/add_by_path.c lib/fstree/get_by_path.c
libfstree_a_CFLAGS = $(AM_CFLAGS)
libfstree_a_CPPFLAGS = $(AM_CPPFLAGS)

noinst_LIBRARIES += libfstree.a