diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-08-24 21:06:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-08-24 21:06:33 +0000 |
commit | d199f896cf42b0335e9515bebb973f74249f236b (patch) | |
tree | 63a406c85335ba66d7f492905e558faa50542359 /gtk/Makefile.am | |
parent | 02f3976e377b0d09fa30e184b3c014932e5c8ae7 (diff) | |
download | gtk+-d199f896cf42b0335e9515bebb973f74249f236b.tar.gz |
Fix accidental commit of references to gtkresizegrip.[ch]
Sun Aug 24 17:03:44 2003 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am: Fix accidental commit of references
to gtkresizegrip.[ch]
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 8b59f9e9e3..5d1c621651 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -188,7 +188,6 @@ gtk_public_h_sources = \ gtkradiotoolbutton.h \ gtkrange.h \ gtkrc.h \ - gtkresizegrip.h \ gtkruler.h \ gtkscale.h \ gtkscrollbar.h \ @@ -380,7 +379,6 @@ gtk_c_sources = \ gtkrange.c \ gtkrbtree.c \ gtkrc.c \ - gtkresizegrip.c \ gtkruler.c \ gtkscale.c \ gtkscrollbar.c \ |