diff --git a/ChangeLog b/ChangeLog index 90290111d..4aae6b3d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-30 Mike Kestner + + * gtk/Makefile.am : add the customs that miggie didn't add. + 2004-03-30 Mike Kestner * rsvg/Makefile.am : apply metadata to api diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 2d1452d39..9936cc78c 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -41,6 +41,7 @@ customs = \ Entry.custom \ FileSelection.custom \ Frame.custom \ + HBox.custom \ IconFactory.custom \ IconSet.custom \ Label.custom \ @@ -71,6 +72,7 @@ customs = \ TreeStore.custom \ TreeViewColumn.custom \ TreeView.custom \ + VBox.custom \ Viewport.custom \ Widget.custom \ Window.custom