From 76b87660ba0f555cb867ac9847d297a81ba4fc0b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 8 Apr 2020 13:38:59 +0100 Subject: [PATCH] examples: Add exampleapp.desktop to dist tarballs This should fix the last known instance of "MISSING XINCLUDE CONTENT" in the generated documentation when using srcdir != builddir with Autotools. Fixes: https://gitlab.gnome.org/GNOME/gtk/issues/723 Bug-Debian: https://bugs.debian.org/672369 --- examples/application1/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/application1/Makefile.am b/examples/application1/Makefile.am index 08bee3876d..63ef50fc92 100644 --- a/examples/application1/Makefile.am +++ b/examples/application1/Makefile.am @@ -18,6 +18,7 @@ exampleapp_SOURCES = \ exampleappwin.c exampleappwin.h EXTRA_DIST = \ + exampleapp.desktop \ meson.build -include $(top_srcdir)/git.mk