chiark / gitweb /
pager: move pager.[ch] src/shared/ → src/basic/
authorLennart Poettering <lennart@poettering.net>
Wed, 11 Apr 2018 17:57:56 +0000 (19:57 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
pager.[ch] doesn't use any APIs from src/libsystemd/ or src/shared/
hence there's no reason for it to be in src/shared/, let's move it to
src/basic/ instead.

This enables us to use pager.[ch] APIs from other code in src/basic/,
for example pager_have() and suchlike.

src/basic/meson.build
src/shared/meson.build

index 01f8f7397068ae42db79b8f235fabfe40c7c3410..c3f05e7ae5d930e74d712d112f30a581e448f4ea 100644 (file)
 #         nss-util.h
 #         ordered-set.c
 #         ordered-set.h
+#         pager.c
+#         pager.h
 #         parse-util.c
 #         parse-util.h
 #         path-util.c
index 04de8926b1a9417aaa6af5ac3f4b1eb7c94332c7..139ecb0efc30aae51166d81f0fc3ccb9a599dff2 100644 (file)
@@ -70,8 +70,6 @@
 #         nsflags.h
 #         output-mode.c
 #         output-mode.h
-#         pager.c
-#         pager.h
 #         path-lookup.c
 #         path-lookup.h
 #         ptyfwd.c