From bf18d5315f3a341e679648473c7bbde14a3f0615 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 28 Mar 2002 05:13:12 +0000 Subject: fix for the changes to GTKHTML_DATADIR that include the release number. 2002-03-27 Larry Ewing * Makefile.am: fix for the changes to GTKHTML_DATADIR that include the release number. svn path=/trunk/; revision=16272 --- composer/ChangeLog | 5 +++++ composer/Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/composer/ChangeLog b/composer/ChangeLog index c455b1a5e6..88018c0d61 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2002-03-27 Larry Ewing + + * Makefile.am: fix for the changes to GTKHTML_DATADIR that include + the release number. + 2002-03-18 Dan Winship * Evolution-Composer.idl, evolution-composer.c diff --git a/composer/Makefile.am b/composer/Makefile.am index 2ee4ec5510..505c0c130e 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -22,10 +22,10 @@ $(IDL_GENERATED): $(IDLS) $(selectnamesdir)/Evolution-Addressbook-SelectNames.id $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ -I $(selectnamesdir) $(srcdir)/Composer.idl -Editor-commmon.c: $(GTKHTML_DATADIR)/gtkhtml/Editor.idl +Editor-commmon.c: $(GTKHTML_DATADIR)/Editor.idl -$(HTML_EDITOR_GENERATED): $(GTKHTML_DATADIR)/gtkhtml/Editor.idl - $(ORBIT_IDL) -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` -I $(GTKHTML_DATADIR)/gtkhtml $(GTKHTML_DATADIR)/gtkhtml/Editor.idl +$(HTML_EDITOR_GENERATED): $(GTKHTML_DATADIR)/Editor.idl + $(ORBIT_IDL) -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` -I $(GTKHTML_DATADIR)/gtkhtml $(GTKHTML_DATADIR)/Editor.idl ## -- cgit v1.2.3