From efb92704febb03e51cd2f5a14d52cc4c332b7e0c Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 24 May 2018 13:34:37 +0200 Subject: Merge lib/* into common This moves all the files from lib into common, and it also adds all the libflatpak sources into libflatpak-common, making libflatpak just a wrapper around the common helper library. This move allows the CLI to use all the code from libflatpak. We were already doing this with a few things like flatpak-error*.[ch], and we want to do it even more when sharing FlatpakTransaction. This also allows use to slowly move the CLI to using the libflatpak apis for some things. Closes: #1706 Approved by: alexlarsson --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 51d4ce70..762e5048 100644 --- a/.gitignore +++ b/.gitignore @@ -51,10 +51,10 @@ document-portal/xdp-dbus.[ch] document-portal/xdp-resources.[ch] .dirstamp test-suite*.log -lib/flatpak-version-macros.h +common/flatpak-version-macros.h flatpak.pc -lib/flatpak-enum-types.c -lib/flatpak-enum-types.h +common/flatpak-enum-types.c +common/flatpak-enum-types.h test-libflatpak Flatpak-1.0.* /app/parse-datetime.c -- cgit v1.2.1