summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parent6e1c211a5ce1edffe3ade0d0cc737ac3e5c67196 (diff)
downloadxdg-app-3a47f0b282817fec23a9774a02a20976fcc7cc9a.tar.gz
Install dbus introspection files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1eac38a..5981077 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ dist_triggers_SCRIPTS = \
triggers/desktop-database.trigger \
$(NULL)
-EXTRA_DIST = data/org.freedesktop.portal.Documents.xml data/org.freedesktop.systemd1.xml data/org.freedesktop.XdgApp.xml
+EXTRA_DIST =
noinst_LTLIBRARIES = libglnx.la
libglnx_srcpath := $(srcdir)/libglnx
@@ -45,6 +45,7 @@ libglnx_libs := $(BASE_LIBS)
include libglnx/Makefile-libglnx.am.inc
include lib/Makefile.am.inc
+include data/Makefile.am.inc
include app/Makefile.am.inc
include session-helper/Makefile.am.inc
include dbus-proxy/Makefile.am.inc