From 8475dfeee9d6ce0180795c1808751fcc8a767c38 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 5 Sep 2016 16:18:26 +0200 Subject: [PATCH] document-portal: Don't link to libflatpak.so --- document-portal/Makefile.am.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document-portal/Makefile.am.inc b/document-portal/Makefile.am.inc index 0795a579..79c37e2b 100644 --- a/document-portal/Makefile.am.inc +++ b/document-portal/Makefile.am.inc @@ -34,5 +34,5 @@ xdg_document_portal_SOURCES = \ document-portal/xdp-fuse.c \ $(NULL) -xdg_document_portal_LDADD = $(BASE_LIBS) $(FUSE_LIBS) libflatpak-common.la libflatpak.la +xdg_document_portal_LDADD = $(BASE_LIBS) $(FUSE_LIBS) libflatpak-common.la xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(FUSE_CFLAGS) -I$(srcdir)/document-portal -I$(builddir)/document-portal -I$(srcdir)/permission-store -I$(builddir)/permission-store -DFLATPAK_COMPILATION