From: Ray Strode Date: Mon, 2 May 2011 16:33:36 +0000 (-0400) Subject: glib/Makefile.am: add gmain-internal.h to sources X-Git-Tag: 2.29.4~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=597ede957a4783b72a7037497f6f2e775285df3a;p=platform%2Fupstream%2Fglib.git 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. --- 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 \