aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-10-26 05:23:12 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-10-26 05:23:12 +0800
commite2ebe055b611bd040558bffd990a5b6dafa1b334 (patch)
tree183e8c847e46c1ca2749e4abef0a7454422db406 /calendar/gui/Makefile.am
parent4f1fa371e16910a153a72a497b6e9e93f2f7c416 (diff)
downloadgsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.tar
gsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.tar.gz
gsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.tar.bz2
gsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.tar.lz
gsoc2013-evolution-e2ebe055b611bd040558bffd990a5b6dafa1b334.tar.xz
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.am4
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
##