From 597ede957a4783b72a7037497f6f2e775285df3a Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 2 May 2011 12:33:36 -0400 Subject: [PATCH] glib/Makefile.am: add gmain-internal.h to sources It's a new private header. This commit adds it to the Makefile so it's properly distributed with the sources. --- glib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/Makefile.am b/glib/Makefile.am index 9bcfe2b..7869d4f 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -148,6 +148,7 @@ libglib_2_0_la_SOURCES = \ glibintl.h \ glib_trace.h \ glist.c \ + gmain-internal.h \ gmain.c \ gmappedfile.c \ gmarkup.c \ -- 2.7.4