From e5ecf5d84ed197d93afd30fd1ce40384f01be09e Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 31 May 2001 21:11:41 +0000 Subject: Use --moddatadir to derive this. 2001-05-31 Christopher James Lahey * configure.in (GTKHTML_DATADIR): Use --moddatadir to derive this. From composer/ChangeLog: 2001-05-31 Christopher James Lahey * Makefile.am (HTML_EDITOR_GENERATED): Use GTKHTML_DATADIR here. svn path=/trunk/; revision=10070 --- composer/ChangeLog | 4 ++++ composer/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'composer') diff --git a/composer/ChangeLog b/composer/ChangeLog index 2b11c3faf3..06603be064 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2001-05-31 Christopher James Lahey + + * Makefile.am (HTML_EDITOR_GENERATED): Use GTKHTML_DATADIR here. + 2001-05-31 Jeffrey Stedfast * e-msg-composer.c (build_message): Fixed up the S/MIME diff --git a/composer/Makefile.am b/composer/Makefile.am index b7c7a38a5f..f51753a96e 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: $(GTK_HTML_EDITOR_IDL) +Editor-commmon.c: $(GTKHTML_DATADIR)/gtkhtml/Editor.idl -$(HTML_EDITOR_GENERATED): $(GTK_HTML_EDITOR_IDL) - $(ORBIT_IDL) -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` $(GTK_HTML_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 ## -- cgit v1.2.3