summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-10-21 09:52:55 +0200
committerAlexander Larsson <alexl@redhat.com>2015-10-21 09:52:55 +0200
commit3a47f0b282817fec23a9774a02a20976fcc7cc9a (patch)
tree759525a64bd651ab68c7485730a22cff5d0997ce /data
parent6e1c211a5ce1edffe3ade0d0cc737ac3e5c67196 (diff)
downloadxdg-app-3a47f0b282817fec23a9774a02a20976fcc7cc9a.tar.gz
Install dbus introspection files
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/Makefile.am.inc b/data/Makefile.am.inc
new file mode 100644
index 0000000..a47819b
--- /dev/null
+++ b/data/Makefile.am.inc
@@ -0,0 +1,11 @@
+introspectiondir = $(datadir)/dbus-1/interfaces
+introspection_DATA = \
+ data/org.freedesktop.portal.Documents.xml \
+ data/org.freedesktop.XdgApp.xml \
+ $(NULL)
+
+EXTRA_DIST += \
+ data/org.freedesktop.portal.Documents.xml \
+ data/org.freedesktop.systemd1.xml \
+ data/org.freedesktop.XdgApp.xml \
+ $(NULL)