diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-29 02:38:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-29 02:38:10 +0800 |
commit | c220fb406c9d11248935367f947a3dae354c5d5d (patch) | |
tree | 0599655647f85bc1f2f79011d9bf4b7822486c73 /shell/Makefile.am | |
parent | ff047f4ed5f3fae2072505ca5b14d35a6e1bdea7 (diff) | |
download | gsoc2013-evolution-c220fb406c9d11248935367f947a3dae354c5d5d.tar.gz gsoc2013-evolution-c220fb406c9d11248935367f947a3dae354c5d5d.tar.zst gsoc2013-evolution-c220fb406c9d11248935367f947a3dae354c5d5d.zip |
(Evolution-impl.o): Removed unused rule.
svn path=/trunk/; revision=19672
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 89b4fe51ef..aa0838f1bf 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -51,8 +51,6 @@ IDL_GENERATED_C = \ IDL_GENERATED = $(IDL_GENERATED_H) $(IDL_GENERATED_C) -Evolution-impl.o: Evolution.h - $(IDL_GENERATED_H): $(IDLS) $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) $(srcdir)/Evolution.idl |