summaryrefslogtreecommitdiff
path: root/document-portal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 12:49:54 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 12:49:54 +0200
commit4f9ea6bb5715c69c560e8ca599c0dc4f2977bf85 (patch)
tree19175471aa4a52d561a7f04105bd7f9c9939464a /document-portal
parent5e9b247d260ff4e2b9a9620053e61e8a0161cdee (diff)
downloadxdg-app-4f9ea6bb5715c69c560e8ca599c0dc4f2977bf85.tar.gz
Remove unused variables
This fixes warnings from clang
Diffstat (limited to 'document-portal')
-rw-r--r--document-portal/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/document-portal/Makefile.am.inc b/document-portal/Makefile.am.inc
index 3b1419b..f3dd0ba 100644
--- a/document-portal/Makefile.am.inc
+++ b/document-portal/Makefile.am.inc
@@ -30,4 +30,4 @@ xdg_document_portal_SOURCES = \
$(NULL)
xdg_document_portal_LDADD = $(BASE_LIBS) $(FUSE_LIBS) libflatpak-common.la
-xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(XAUTH_LIBS) $(FUSE_CFLAGS) -I$(srcdir)/document-portal -I$(builddir)/document-portal
+xdg_document_portal_CFLAGS = $(BASE_CFLAGS) $(OSTREE_CFLAGS) $(SOUP_CFLAGS) $(FUSE_CFLAGS) -I$(srcdir)/document-portal -I$(builddir)/document-portal