diff options
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index d80dc7f56a..6d7a03865d 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -230,6 +230,7 @@ gtk_public_h_sources = \ gtkimcontextsimple.h \ gtkimmodule.h \ gtkimmulticontext.h \ + gtkinfobar.h \ gtkinputdialog.h \ gtkinvisible.h \ gtkitem.h \ @@ -486,6 +487,7 @@ gtk_base_c_sources = \ gtkimcontextsimple.c \ gtkimmodule.c \ gtkimmulticontext.c \ + gtkinfobar.c \ gtkinputdialog.c \ gtkinvisible.c \ gtkitem.c \ |