diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-03 18:50:33 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-03 18:50:33 +0200 |
commit | da7eb3445cab5936455b8a119cb656113ca3d402 (patch) | |
tree | f3ab70532f0587788df8e691be0ec3b15db3db6c /lib/Makemodule.am | |
parent | e981f2e460092e5ae6ad58a60869b78d7f50ec10 (diff) |
cleanup: move tree node from path function to libfstree.a
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r-- | lib/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am index 6418568..23ce70d 100644 --- a/lib/Makemodule.am +++ b/lib/Makemodule.am @@ -3,7 +3,7 @@ libfstree_a_SOURCES += lib/fstree/fstree_sort.c lib/fstree/fstree_from_dir.c libfstree_a_SOURCES += lib/fstree/gen_inode_table.c lib/fstree/get_path.c libfstree_a_SOURCES += lib/fstree/node_stat.c lib/fstree/mknode.c libfstree_a_SOURCES += lib/fstree/add_by_path.c lib/fstree/xattr.c -libfstree_a_SOURCES += include/fstree.h +libfstree_a_SOURCES += lib/fstree/node_from_path.c include/fstree.h libfstree_a_CFLAGS = $(AM_CFLAGS) libfstree_a_CPPFLAGS = $(AM_CPPFLAGS) |