glib/Makefile.am: add gmain-internal.h to sources
authorRay Strode <rstrode@redhat.com>
Mon, 2 May 2011 16:33:36 +0000 (12:33 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 2 May 2011 18:31:59 +0000 (14:31 -0400)
It's a new private header.

This commit adds it to the Makefile so it's properly distributed
with the sources.

glib/Makefile.am

index 9bcfe2b..7869d4f 100644 (file)
@@ -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               \