Skip to content

Commit 79bea76

Browse files
committed
lnfstore: move source files into src/ directory
1 parent f92be23 commit 79bea76

File tree

17 files changed

+16
-16
lines changed

17 files changed

+16
-16
lines changed

extra_plugins/output/lnfstore/CMakeLists.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@ include_directories(
5959

6060
# Create a linkable module
6161
add_library(lnfstore-output MODULE
62-
configuration.c
63-
configuration.h
64-
files_manager.c
65-
files_manager.h
66-
idx_manager.c
67-
idx_manager.h
68-
lnfstore.c
69-
lnfstore.h
70-
storage_basic.c
71-
storage_basic.h
72-
storage_common.c
73-
storage_common.h
74-
translator.c
75-
translator.h
76-
utils.c
77-
utils.h
62+
src/configuration.c
63+
src/configuration.h
64+
src/files_manager.c
65+
src/files_manager.h
66+
src/idx_manager.c
67+
src/idx_manager.h
68+
src/lnfstore.c
69+
src/lnfstore.h
70+
src/storage_basic.c
71+
src/storage_basic.h
72+
src/storage_common.c
73+
src/storage_common.h
74+
src/translator.c
75+
src/translator.h
76+
src/utils.c
77+
src/utils.h
7878
)
7979

8080
target_link_libraries(lnfstore-output
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)