summaryrefslogtreecommitdiff
path: root/data/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am.inc')
-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)