aboutsummaryrefslogtreecommitdiff
path: root/lib/fstree
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-31 11:21:30 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-31 13:51:49 +0100
commitcdccc69c62579b0c13b35fad0728079652b8f3c9 (patch)
tree9fa54c710f73c5e08a9c8466e7a712eb63ee07ac /lib/fstree
parent2182129c8f359c4fa1390eaba7a65b595ccd4182 (diff)
Move library source into src sub-directory
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/fstree')
-rw-r--r--lib/fstree/Makemodule.am10
-rw-r--r--lib/fstree/src/add_by_path.c (renamed from lib/fstree/add_by_path.c)0
-rw-r--r--lib/fstree/src/fstree.c (renamed from lib/fstree/fstree.c)0
-rw-r--r--lib/fstree/src/get_by_path.c (renamed from lib/fstree/get_by_path.c)0
-rw-r--r--lib/fstree/src/get_path.c (renamed from lib/fstree/get_path.c)0
-rw-r--r--lib/fstree/src/hardlink.c (renamed from lib/fstree/hardlink.c)0
-rw-r--r--lib/fstree/src/mknode.c (renamed from lib/fstree/mknode.c)0
-rw-r--r--lib/fstree/src/post_process.c (renamed from lib/fstree/post_process.c)0
8 files changed, 4 insertions, 6 deletions
diff --git a/lib/fstree/Makemodule.am b/lib/fstree/Makemodule.am
index 09cd9ac..f740527 100644
--- a/lib/fstree/Makemodule.am
+++ b/lib/fstree/Makemodule.am
@@ -1,8 +1,6 @@
-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)
+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
noinst_LIBRARIES += libfstree.a
diff --git a/lib/fstree/add_by_path.c b/lib/fstree/src/add_by_path.c
index 0afd898..0afd898 100644
--- a/lib/fstree/add_by_path.c
+++ b/lib/fstree/src/add_by_path.c
diff --git a/lib/fstree/fstree.c b/lib/fstree/src/fstree.c
index d44a8ae..d44a8ae 100644
--- a/lib/fstree/fstree.c
+++ b/lib/fstree/src/fstree.c
diff --git a/lib/fstree/get_by_path.c b/lib/fstree/src/get_by_path.c
index 8742892..8742892 100644
--- a/lib/fstree/get_by_path.c
+++ b/lib/fstree/src/get_by_path.c
diff --git a/lib/fstree/get_path.c b/lib/fstree/src/get_path.c
index decf92e..decf92e 100644
--- a/lib/fstree/get_path.c
+++ b/lib/fstree/src/get_path.c
diff --git a/lib/fstree/hardlink.c b/lib/fstree/src/hardlink.c
index 2165b5f..2165b5f 100644
--- a/lib/fstree/hardlink.c
+++ b/lib/fstree/src/hardlink.c
diff --git a/lib/fstree/mknode.c b/lib/fstree/src/mknode.c
index 2faf901..2faf901 100644
--- a/lib/fstree/mknode.c
+++ b/lib/fstree/src/mknode.c
diff --git a/lib/fstree/post_process.c b/lib/fstree/src/post_process.c
index 088916b..088916b 100644
--- a/lib/fstree/post_process.c
+++ b/lib/fstree/src/post_process.c