Rename ostree-cmdprivate to drop out of introspection

I was looking at our `.gir` and noticed we had the cmdprivate bits
because the pattern for excluding headers is `-private.h`, which
didn't match `cmdprivate.h`.
This commit is contained in:
Colin Walters 2022-06-02 17:13:17 -04:00
parent 485caca538
commit 32ee82133b
12 changed files with 12 additions and 12 deletions

View File

@ -53,8 +53,8 @@ CLEANFILES += $(BUILT_SOURCES)
libostree_1_la_SOURCES = \
src/libostree/ostree-async-progress.c \
src/libostree/ostree-cmdprivate.h \
src/libostree/ostree-cmdprivate.c \
src/libostree/ostree-cmd-private.h \
src/libostree/ostree-cmd-private.c \
src/libostree/ostree-core-private.h \
src/libostree/ostree-core.c \
src/libostree/ostree-date-utils.c \

View File

@ -71,7 +71,7 @@ IGNORE_HFILES= \
ostree-bootloader-grub2.h \
ostree-bootloader-syslinux.h \
ostree-bootloader-uboot.h \
ostree-cmdprivate.h \
ostree-cmd-private.h \
ostree-core-private.h \
ostree-fetcher.h \
ostree-gpg-verifier.h \

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#include "ostree-repo-private.h"
#include "ostree-core-private.h"
#include "ostree-repo-static-delta-private.h"

View File

@ -32,7 +32,7 @@
#include "ostree.h"
#include "ostree-core-private.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#ifdef HAVE_LIBMOUNT
typedef FILE OtLibMountFile;

View File

@ -25,7 +25,7 @@
#include "ostree-core-private.h"
#include "ostree-repo-private.h"
#include "ostree-lzma-decompressor.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#include "ostree-checksum-input-stream.h"
#include "ostree-repo-static-delta-private.h"
#include "otutil.h"

View File

@ -27,7 +27,7 @@
#include "ostree.h"
#include "otutil.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
static GOptionEntry options[] = {
{ NULL }

View File

@ -29,7 +29,7 @@
#include "ostree.h"
#include "otutil.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#include "ostree.h"
static GOptionEntry options[] = {

View File

@ -22,7 +22,7 @@
#include "ot-main.h"
#include "ot-admin-instutil-builtins.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#include "otutil.h"

View File

@ -25,7 +25,7 @@
#include "ot-main.h"
#include "ot-builtins.h"
#include "ostree.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#include "otutil.h"
static gboolean opt_quiet;

View File

@ -22,7 +22,7 @@
#include "ot-main.h"
#include "ot-builtins.h"
#include "ostree.h"
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#include "ot-main.h"
#include "otutil.h"

View File

@ -27,7 +27,7 @@
#include <libglnx.h>
#include "ostree-cmdprivate.h"
#include "ostree-cmd-private.h"
#include "ostree-mount-util.h"
static const char *arg_dest = "/tmp";