diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-10 20:45:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-10 20:45:08 +0800 |
commit | e48ac5d4f23be78a7da69660f20bc0f04157258e (patch) | |
tree | 76f8bbb23c298ec5cc3f8f51585749d768a8698f /shell/Makefile.am | |
parent | 0e32287bbb63df6b8f64f0bf68848438fe2aa3cc (diff) | |
download | gsoc2013-evolution-e48ac5d4f23be78a7da69660f20bc0f04157258e.tar.gz gsoc2013-evolution-e48ac5d4f23be78a7da69660f20bc0f04157258e.tar.zst gsoc2013-evolution-e48ac5d4f23be78a7da69660f20bc0f04157258e.zip |
Kill e-shell-marshal.list (unused).
svn path=/branches/kill-bonobo/; revision=35949
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 9569f91bf9..b3a8a848bc 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -179,9 +179,6 @@ uninstall-local: uninstall-evolution endif -MARSHAL_GENERATED = e-shell-marshal.c e-shell-marshal.h -@EVO_MARSHAL_RULE@ - # Extra dist stuff EXTRA_DIST = \ @@ -189,7 +186,6 @@ EXTRA_DIST = \ $(glade_DATA) \ $(schema_in_files) \ ChangeLog.pre-1-4 \ - e-shell-marshal.list \ evolution-nognome.in # Purify support |