aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-23 12:32:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-23 12:32:34 +0800
commitfc1a6b4088eebe2d9e6d923e73f4706062c06094 (patch)
treeb368c4476c8489862ebafc858be6afacb9eb9580 /configure.ac
parent535f3ef13637c2edc0462d9c38bcb518d1bd8bcb (diff)
downloadgsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.gz
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.bz2
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.lz
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.xz
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.tar.zst
gsoc2013-evolution-fc1a6b4088eebe2d9e6d923e73f4706062c06094.zip
Remove EVO_MARSHAL_RULE.
Use glib-gen.mak instead.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 133161eae4..aef2f5ee44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1112,10 +1112,6 @@ dnl GObject marshalling
dnl *******************
AM_PATH_GLIB_2_0
-dnl We use AC_SUBST_FILE because AC_SUBST won't deal with newlines
-EVO_MARSHAL_RULE=$srcdir/marshal.mk
-AC_SUBST_FILE(EVO_MARSHAL_RULE)
-
dnl *****************************************************************
dnl Utility macro to set compiler flags for a specific lib.
dnl EVO_SET_COMPILE_FLAGS(VAR-PREFIX, DEPS, EXTRA-CFLAGS, EXTRA-LIBS)