diff options
Diffstat (limited to 'libgnomecanvas/Makefile.am')
-rw-r--r-- | libgnomecanvas/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgnomecanvas/Makefile.am b/libgnomecanvas/Makefile.am index c8fbf1e836..3962898114 100644 --- a/libgnomecanvas/Makefile.am +++ b/libgnomecanvas/Makefile.am @@ -27,7 +27,7 @@ libgnomecanvasinclude_HEADERS = \ gnome-canvas-i18n.h \ gnome-canvas-path-def.h \ gnome-canvas-pixbuf.h \ - gnome-canvas-rect-ellipse.h \ + gnome-canvas-rect.h \ gnome-canvas-rich-text.h \ gnome-canvas-shape.h \ gnome-canvas-text.h \ @@ -49,7 +49,7 @@ libgnomecanvas_la_SOURCES = \ gnome-canvas-clipgroup.c \ gnome-canvas-path-def.c \ gnome-canvas-pixbuf.c \ - gnome-canvas-rect-ellipse.c \ + gnome-canvas-rect.c \ gnome-canvas-rich-text.c \ gnome-canvas-shape-private.h \ gnome-canvas-shape.c \ |