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 | |
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')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cfbafb07ae..560b25da74 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2003-01-28 Ettore Perazzoli <ettore@ximian.com> + * Makefile.am (Evolution-impl.o): Removed unused rule. + +2003-01-28 Ettore Perazzoli <ettore@ximian.com> + * importer/Makefile.am: Make this work with parallel make as well. 2003-01-28 Ettore Perazzoli <ettore@ximian.com> 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 |