diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-09-24 21:42:18 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:38:16 +0100 |
commit | 089f375cdb7d04fcb8ca68896a03dd65e6fe7123 (patch) | |
tree | e599e8cd8b5debee836aee4c53fa5a353290c8c9 /gtk/Makefile.am | |
parent | cc68e62e24f65b2ac96da6527a2913b000895fd3 (diff) | |
download | gtk+-089f375cdb7d04fcb8ca68896a03dd65e6fe7123.tar.gz |
Add Gtk9Slice
This is a private boxed object to contain information about a border image
in order to render it in a size independent way.
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 ff5ba8d876..a4780a9f1a 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -372,6 +372,7 @@ endif # GTK+ header files that don't get installed gtk_private_h_sources = \ + gtk9slice.h \ gtkbuttonprivate.h \ gtkquery.h \ gtksearchengine.h \ @@ -431,6 +432,7 @@ gtk_private_h_sources = \ # GTK+ C sources to build the library from gtk_base_c_sources = \ + gtk9slice.c \ gtkquery.c \ gtksearchengine.c \ gtksearchenginesimple.c \ |