aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-30 00:54:16 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:51:39 +0800
commita6a004b8f52688ca6e01c0f1340d42cfaf9239e1 (patch)
treec51a0b629dfc43c70a8f524e82610837f00635e8 /libgnomecanvas/Makefile.am
parenta68d0f50da7a9d5cd9f33b8a95aa23b58e7edea8 (diff)
downloadgsoc2013-evolution-a6a004b8f52688ca6e01c0f1340d42cfaf9239e1.tar
gsoc2013-evolution-a6a004b8f52688ca6e01c0f1340d42cfaf9239e1.tar.gz
gsoc2013-evolution-a6a004b8f52688ca6e01c0f1340d42cfaf9239e1.tar.bz2
gsoc2013-evolution-a6a004b8f52688ca6e01c0f1340d42cfaf9239e1.tar.lz
gsoc2013-evolution-a6a004b8f52688ca6e01c0f1340d42cfaf9239e1.tar.xz
gsoc2013-evolution-a6a004b8f52688ca6e01c0f1340d42cfaf9239e1.tar.zst
gsoc2013-evolution-a6a004b8f52688ca6e01c0f1340d42cfaf9239e1.zip
Merge GnomeCanvasShape into GnomeCanvasRect.
GnomeCanvasRect is the only subclass of GnomeCanvasShape, and passing Cairo paths around doesn't seem to work well.
Diffstat (limited to 'libgnomecanvas/Makefile.am')
-rw-r--r--libgnomecanvas/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgnomecanvas/Makefile.am b/libgnomecanvas/Makefile.am
index 828de3c500..4032c8599a 100644
--- a/libgnomecanvas/Makefile.am
+++ b/libgnomecanvas/Makefile.am
@@ -27,7 +27,6 @@ libgnomecanvasinclude_HEADERS = \
gnome-canvas-pixbuf.h \
gnome-canvas-rect.h \
gnome-canvas-rich-text.h \
- gnome-canvas-shape.h \
gnome-canvas-text.h \
gnome-canvas-util.h \
gnome-canvas-widget.h \
@@ -47,8 +46,6 @@ libgnomecanvas_la_SOURCES = \
gnome-canvas-pixbuf.c \
gnome-canvas-rect.c \
gnome-canvas-rich-text.c \
- gnome-canvas-shape-private.h \
- gnome-canvas-shape.c \
gnome-canvas-text.c \
gnome-canvas-util.c \
gnome-canvas-widget.c \