diff options
Diffstat (limited to 'glib/Makefile.am')
-rw-r--r-- | glib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/Makefile.am b/glib/Makefile.am index b9ad6b56c..2ed99caf2 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -142,6 +142,7 @@ libglib_2_0_la_SOURCES = \ genviron.c \ gerror.c \ gfileutils.c \ + ggettext.c \ ghash.c \ ghmac.c \ ghook.c \ @@ -269,6 +270,7 @@ glibsubinclude_HEADERS = \ genviron.h \ gerror.h \ gfileutils.h \ + ggettext.h \ ghash.h \ ghmac.h \ ghook.h \ |