From 3aef221cc3726c225520e2bbccefd736a2578a6e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 2 Jun 2017 22:28:27 -0400 Subject: [PATCH] dist icon.list Otherwise things will not work in a release tarball. --- demos/icon-browser/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demos/icon-browser/Makefile.am b/demos/icon-browser/Makefile.am index 039b952502..56bbc4ce35 100644 --- a/demos/icon-browser/Makefile.am +++ b/demos/icon-browser/Makefile.am @@ -32,7 +32,8 @@ resources.c: iconbrowser.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourc EXTRA_DIST = \ menus.ui \ iconbrowser.gresource.xml \ - window.ui + window.ui \ + icon.list # ------------------- MSVC Build Items ---------------- MSVCPROJS = gtk4-icon-browser