From 450363321db007d1c9a6c654b245e701ccc2998a Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 21 Feb 2014 17:06:56 +0800 Subject: [PATCH] glib/Makefile.am: Dist gtranslit-data.h This header needs to be distributed as well, which was inadvertently missed. https://bugzilla.gnome.org/show_bug.cgi?id=724858 --- glib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/Makefile.am b/glib/Makefile.am index e3bd1b0..d9892f6 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -173,6 +173,7 @@ libglib_2_0_la_SOURCES = \ gtimer.c \ gtimezone.c \ gtranslit.c \ + gtranslit-data.h \ gtrashstack.c \ gtree.c \ guniprop.c \ -- 2.7.4