From ff3669adbfbfff7f8a7c95cd60f27e7ac5142ee7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Apr 2018 19:57:56 +0200 Subject: [PATCH] =?utf8?q?pager:=20move=20pager.[ch]=20src/shared/=20?= =?utf8?q?=E2=86=92=20src/basic/?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 ++ src/shared/meson.build | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/basic/meson.build b/src/basic/meson.build index 01f8f7397..c3f05e7ae 100644 --- a/src/basic/meson.build +++ b/src/basic/meson.build @@ -128,6 +128,8 @@ # nss-util.h # ordered-set.c # ordered-set.h +# pager.c +# pager.h # parse-util.c # parse-util.h # path-util.c diff --git a/src/shared/meson.build b/src/shared/meson.build index 04de8926b..139ecb0ef 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -70,8 +70,6 @@ # nsflags.h # output-mode.c # output-mode.h -# pager.c -# pager.h # path-lookup.c # path-lookup.h # ptyfwd.c -- 2.30.2