summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--document-portal/Makefile.am.inc2
-rw-r--r--lib/Makefile.am.inc3
-rw-r--r--session-helper/Makefile.am.inc2
-rw-r--r--tests/Makefile.am.inc3
5 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f7fdf3..0b300f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ dist_triggers_SCRIPTS = \
triggers/desktop-database.trigger \
$(NULL)
-EXTRA_DIST = data/xdg-app-dbus-interfaces.xml data/org.freedesktop.systemd1.xml
+EXTRA_DIST = data/org.freedesktop.portal.documents.xml data/org.freedesktop.systemd1.xml data/org.freedesktop.XdgApp.xml
noinst_LTLIBRARIES = libglnx.la
libglnx_srcpath := $(srcdir)/libglnx
@@ -58,7 +58,7 @@ EXTRA_DIST += $(completion_DATA)
profiledir = $(sysconfdir)/profile.d
profile_DATA = xdg-app.sh
-EXTRA_DIST += profile/xdg-app.sh.in
+EXTRA_DIST += profile/xdg-app.sh.in $(service_in_files)
DISTCLEANFILES += xdg-app.sh
xdg-app.sh: profile/xdg-app.sh.in
diff --git a/document-portal/Makefile.am.inc b/document-portal/Makefile.am.inc
index cdce41c..dd261e9 100644
--- a/document-portal/Makefile.am.inc
+++ b/document-portal/Makefile.am.inc
@@ -27,6 +27,8 @@ service_in_files += document-portal/org.freedesktop.portal.Documents.service.in
service_DATA += document-portal/org.freedesktop.portal.Documents.service
DISTCLEANFILES += document-portal/org.freedesktop.portal.Documents.service
+EXTRA_DIST += document-portal/xdg-document-portal.gresource.xml
+
xdg_document_portal_SOURCES = \
document-portal/xdp-main.c \
document-portal/xdp-enums.h \
diff --git a/lib/Makefile.am.inc b/lib/Makefile.am.inc
index c03e29d..f2e12d8 100644
--- a/lib/Makefile.am.inc
+++ b/lib/Makefile.am.inc
@@ -31,7 +31,10 @@ libxdgapp_la_SOURCES = \
lib/xdg-app-utils.h \
lib/xdg-app-chain-input-stream.c \
lib/xdg-app-chain-input-stream.h \
+ lib/gvdb/gvdb-reader.h \
+ lib/gvdb/gvdb-format.h \
lib/gvdb/gvdb-reader.c \
+ lib/gvdb/gvdb-builder.h \
lib/gvdb/gvdb-builder.c \
lib/xdg-app-db.c \
lib/xdg-app-db.h \
diff --git a/session-helper/Makefile.am.inc b/session-helper/Makefile.am.inc
index 717828d..c72ff81 100644
--- a/session-helper/Makefile.am.inc
+++ b/session-helper/Makefile.am.inc
@@ -16,7 +16,7 @@ service_in_files += session-helper/xdg-app-session.service.in
service_DATA += session-helper/xdg-app-session.service
DISTCLEANFILES += session-helper/xdg-app-session.service
-EXTRA_DIST += session-helper/xdg-app.gresource.xml $(service_in_files)
+EXTRA_DIST += session-helper/xdg-app.gresource.xml
xdg_app_session_helper_SOURCES = \
session-helper/xdg-app-session-helper.c \
diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc
index 72d563a..b493280 100644
--- a/tests/Makefile.am.inc
+++ b/tests/Makefile.am.inc
@@ -34,4 +34,5 @@ TESTS=testdb test-doc-portal
@VALGRIND_CHECK_RULES@
VALGRIND_SUPPRESSIONS_FILES=tests/xdg-app.supp
-EXTRA_DIST+=tests/xdg-app.supp
+EXTRA_DIST += tests/xdg-app.supp tests/dbs/no_tables
+DISTCLEANFILES += tests/services/xdg-app-session.service tests/services/org.freedesktop.portal.Documents.service