summaryrefslogtreecommitdiff
path: root/common/flatpak-exports.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-05-24 13:34:37 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-24 11:59:52 +0000
commitefb92704febb03e51cd2f5a14d52cc4c332b7e0c (patch)
tree69715f101d58c8691fa9905f052619b259bbfc41 /common/flatpak-exports.c
parent1ad3b8c30bf705afe496dc12aad56a624caeec40 (diff)
downloadflatpak-efb92704febb03e51cd2f5a14d52cc4c332b7e0c.tar.gz
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
Diffstat (limited to 'common/flatpak-exports.c')
-rw-r--r--common/flatpak-exports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-exports.c b/common/flatpak-exports.c
index af6d5ea9..807f04d0 100644
--- a/common/flatpak-exports.c
+++ b/common/flatpak-exports.c
@@ -46,7 +46,7 @@
#include "flatpak-utils-private.h"
#include "flatpak-dir-private.h"
#include "flatpak-systemd-dbus-generated.h"
-#include "lib/flatpak-error.h"
+#include "flatpak-error.h"
/* We don't want to export paths pointing into these, because they are readonly
(so we can't create mountpoints there) and don't match whats on the host anyway */