diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-19 19:46:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-19 19:46:49 +0000 |
commit | 5640ff3909791c2a7529616e1a043dcc952b39db (patch) | |
tree | 9eb39309e3ff7efa4d7059828e07b4df789f9399 /gtk/Makefile.am | |
parent | effa390541fec858ea0d19027bfa6bfcaaa33a58 (diff) | |
download | gtk+-5640ff3909791c2a7529616e1a043dcc952b39db.tar.gz |
Export GtkIMContextSimple publically. (#61862)
Fri Oct 19 15:34:06 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 637db46165..294ff9910a 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -100,6 +100,7 @@ gtk_public_h_sources = @STRIP_BEGIN@ \ gtkimage.h \ gtkimagemenuitem.h \ gtkimcontext.h \ + gtkimcontextsimple.h \ gtkimmodule.h \ gtkimmulticontext.h \ gtkinputdialog.h \ @@ -257,7 +258,6 @@ gtk_c_sources = @STRIP_BEGIN@ \ gtkimagemenuitem.c \ gtkimcontext.c \ gtkimcontextsimple.c \ - gtkimcontextsimple.h \ gtkimmodule.c \ gtkimmulticontext.c \ gtkinputdialog.c \ |