From 658edac5bc6bc41cc7fcfc5304fb63cbccfc32db Mon Sep 17 00:00:00 2001
From: Nicola Fontana <ntd@entidi.it>
Date: Thu, 9 May 2013 15:04:02 +0200
Subject: [PATCH] Include .ui.h files in dist

Generating template headers during cross-compilation is problematic
because the extract-strings utility is not available.
---
 gtk/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 2f1acf3..7d37ed0 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1730,6 +1730,7 @@ endif
 EXTRA_DIST +=                   \
 	$(STOCK_ICONS)		\
 	$(COMPOSITE_TEMPLATES)	\
+	$(template_headers)	\
 	$(DND_CURSORS)		\
 	$(GENERATED_ICONS)	\
 	gtk-win32.rc		\
-- 
1.8.2.2

