summaryrefslogtreecommitdiff
path: root/document-portal/Makefile.am.inc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-08-26 15:38:12 +0200
committerAlexander Larsson <alexl@redhat.com>2015-08-26 17:11:35 +0200
commit12fbd9ff95482357b8285f97c2c28bd290add993 (patch)
treead7f319535d98554b2a0027e2419e637740c2920 /document-portal/Makefile.am.inc
parenta3f4342b5ac4f85ad6cdaf058c310a7a5bd649cf (diff)
downloadxdg-app-12fbd9ff95482357b8285f97c2c28bd290add993.tar.gz
Make document portal use the new permission store
Diffstat (limited to 'document-portal/Makefile.am.inc')
-rw-r--r--document-portal/Makefile.am.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/document-portal/Makefile.am.inc b/document-portal/Makefile.am.inc
index 4205be3..94de6ee 100644
--- a/document-portal/Makefile.am.inc
+++ b/document-portal/Makefile.am.inc
@@ -32,10 +32,6 @@ xdg_document_portal_SOURCES = \
document-portal/xdp-error.c \
document-portal/xdp-error.h \
document-portal/xdp-enums.h \
- document-portal/xdp-doc-db.h \
- document-portal/xdp-doc-db.c \
- lib/gvdb/gvdb-reader.c \
- lib/gvdb/gvdb-builder.c \
$(xdp_dbus_built_sources) \
document-portal/xdp-resources.h \
document-portal/xdp-resources.c \
@@ -45,5 +41,5 @@ xdg_document_portal_SOURCES = \
document-portal/xdp-fuse.c \
$(NULL)
-xdg_document_portal_LDADD = $(BASE_LIBS) $(FUSE_LIBS)
-xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(FUSE_CFLAGS) -I$(src)/document-portal
+xdg_document_portal_LDADD = $(BASE_LIBS) $(FUSE_LIBS) libxdgapp.la
+xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(FUSE_CFLAGS) -I$(src)/document-portal