From c062e31ea4a2447d495febaeef94c15aed138033 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 16 Feb 2024 22:32:15 +0800 Subject: xdg-portal: add meson.build to EXTRA_DIST Follow-up of 287fdce6d430 ("add xdg-desktop-portal config file") Unbreaks meson build using release tarball: meson.build:109:0: ERROR: Nonexistent build file 'xdg-portal/meson.build' --- xdg-portal/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xdg-portal/Makefile.am') diff --git a/xdg-portal/Makefile.am b/xdg-portal/Makefile.am index a907bb4..b05da6d 100644 --- a/xdg-portal/Makefile.am +++ b/xdg-portal/Makefile.am @@ -3,3 +3,5 @@ NULL = xdgportaldir = $(datadir)/xdg-desktop-portal dist_xdgportal_DATA = mate-portals.conf +EXTRA_DIST = \ + meson.build -- cgit v1.2.1