diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-23 12:32:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-23 12:32:34 +0800 |
commit | fc1a6b4088eebe2d9e6d923e73f4706062c06094 (patch) | |
tree | b368c4476c8489862ebafc858be6afacb9eb9580 /libgnomecanvas | |
parent | 535f3ef13637c2edc0462d9c38bcb518d1bd8bcb (diff) | |
download | gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.gz gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.zst gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.zip |
Remove EVO_MARSHAL_RULE.
Use glib-gen.mak instead.
Diffstat (limited to 'libgnomecanvas')
-rw-r--r-- | libgnomecanvas/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgnomecanvas/Makefile.am b/libgnomecanvas/Makefile.am index b1e56371ff..e0719ecfa1 100644 --- a/libgnomecanvas/Makefile.am +++ b/libgnomecanvas/Makefile.am @@ -65,12 +65,13 @@ libgnomecanvas_la_SOURCES = \ gnome-canvas.c \ libgnomecanvastypes.c +include $(top_srcdir)/glib-gen.mak +glib_enum_prefix=gnome_canvas + MARSHAL_GENERATED = \ gnome-canvas-marshal.c \ gnome-canvas-marshal.h -@EVO_MARSHAL_RULE@ - libgnomecanvas_la_LIBADD = \ $(top_builddir)/libart_lgpl/libart_lgpl.la \ $(GNOME_PLATFORM_LIBS) |