mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-31 21:18:22 +03:00
src: Move ot-tool-util from ostree/ to libotutil/
These utilities are not actually specific to the ostree commandline. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
479b5ab4fc
commit
c70abfd43c
@ -48,8 +48,6 @@ ostree_SOURCES = src/ostree/main.c \
|
||||
src/ostree/ot-dump.c \
|
||||
src/ostree/ot-editor.c \
|
||||
src/ostree/ot-editor.h \
|
||||
src/ostree/ot-tool-util.c \
|
||||
src/ostree/ot-tool-util.h \
|
||||
$(NULL)
|
||||
|
||||
# Admin subcommand
|
||||
|
@ -38,6 +38,8 @@ libotutil_la_SOURCES = \
|
||||
src/libotutil/ot-gio-utils.h \
|
||||
src/libotutil/otutil.c \
|
||||
src/libotutil/otutil.h \
|
||||
src/libotutil/ot-tool-util.c \
|
||||
src/libotutil/ot-tool-util.h \
|
||||
$(NULL)
|
||||
libotutil_la_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/libglnx -I$(srcdir)/src/libotutil -DLOCALEDIR=\"$(datadir)/locale\" $(OT_INTERNAL_GIO_UNIX_CFLAGS)
|
||||
libotutil_la_LIBADD = $(OT_INTERNAL_GIO_UNIX_LIBS)
|
||||
|
@ -20,9 +20,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "ot-admin-functions.h"
|
||||
#include "otutil.h"
|
||||
#include "ostree.h"
|
||||
#include "libgsystem.h"
|
||||
#include "ot-tool-util.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <ostree.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user