aboutsummaryrefslogtreecommitdiff
path: root/lib/fstree/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-05-05 01:25:43 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-05-05 01:26:06 +0200
commit7ce4b36d517ac5fade36240d293ff784ef6a9305 (patch)
treef0c246595251d27f62010aca770b25bb5f7ea336 /lib/fstree/Makemodule.am
parent7a39921d7fff089c87ac183d3c0d6e42e5cbaa04 (diff)
Internalize fstree_mknode, consolidate fstree functionality
The fstree_mknode function is only used internally, remove the declaration from the header and internalize it. The code using it is consolidated into fstree.c. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/fstree/Makemodule.am')
-rw-r--r--lib/fstree/Makemodule.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/fstree/Makemodule.am b/lib/fstree/Makemodule.am
index 833fe51..109af8e 100644
--- a/lib/fstree/Makemodule.am
+++ b/lib/fstree/Makemodule.am
@@ -1,8 +1,6 @@
libfstree_a_SOURCES = include/fstree.h lib/fstree/src/fstree.c \
lib/fstree/src/post_process.c lib/fstree/src/get_path.c \
- lib/fstree/src/mknode.c lib/fstree/src/hardlink.c \
- lib/fstree/src/add_by_path.c lib/fstree/src/get_by_path.c \
- lib/fstree/src/stats.c
+ lib/fstree/src/hardlink.c lib/fstree/src/stats.c
noinst_LIBRARIES += libfstree.a