From a3b86c20543b69c165d1aa52178d72710f5c853e Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Mon, 12 Jun 2017 12:19:09 +0200 Subject: [PATCH] Prep v229.5: Move parse-printf-format.? back to src/basic it is needed there. --- Makefile.am | 4 ++-- cb/elogind.cbp | 8 ++++---- src/{shared => basic}/parse-printf-format.c | 0 src/{shared => basic}/parse-printf-format.h | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename src/{shared => basic}/parse-printf-format.c (100%) rename src/{shared => basic}/parse-printf-format.h (100%) diff --git a/Makefile.am b/Makefile.am index 4091f42a6..41a0f7752 100644 --- a/Makefile.am +++ b/Makefile.am @@ -343,6 +343,8 @@ libbasic_la_SOURCES = \ src/basic/escape.h \ src/basic/path-util.c \ src/basic/path-util.h \ + src/basic/parse-printf-format.c \ + src/basic/parse-printf-format.h \ src/basic/time-util.c \ src/basic/time-util.h \ src/basic/locale-util.c \ @@ -448,8 +450,6 @@ libshared_la_SOURCES = \ src/shared/musl_missing.c \ src/shared/pager.c \ src/shared/pager.h \ - src/shared/parse-printf-format.c \ - src/shared/parse-printf-format.h \ src/shared/spawn-polkit-agent.c \ src/shared/spawn-polkit-agent.h diff --git a/cb/elogind.cbp b/cb/elogind.cbp index 17d61e0f0..9dea79f54 100644 --- a/cb/elogind.cbp +++ b/cb/elogind.cbp @@ -162,6 +162,10 @@