diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-26 05:23:12 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-10-26 05:23:12 +0800 |
commit | e2ebe055b611bd040558bffd990a5b6dafa1b334 (patch) | |
tree | 183e8c847e46c1ca2749e4abef0a7454422db406 /calendar/gui/Makefile.am | |
parent | 4f1fa371e16910a153a72a497b6e9e93f2f7c416 (diff) | |
download | gsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.tar.gz gsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.tar.zst gsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.zip |
removed the Evolution-Composer generated files, due to a tip on how we do
* removed the Evolution-Composer generated files, due
to a tip on how we do things.
* gui/e-meeting-edit.c: I fixed a bunch of memory-deallocation
bugs, and finished the initial integration with the mailer.
* gui/Makefile.am: made the build us the Evolution-Composer.idl
from the composer directory.
svn path=/trunk/; revision=6176
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 7e13a47ff7..63dd31d327 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -1,7 +1,7 @@ ## CORBA stuff IDLS = \ - Evolution-Composer.idl + $(srcdir)/../../composer/Evolution-Composer.idl IDL_GENERATED = \ Evolution-Composer.h \ @@ -11,7 +11,7 @@ IDL_GENERATED = \ $(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ - -I . Evolution-Composer.idl + -I . $(srcdir)/../../composer/Evolution-Composer.idl ## |