fix for the changes to GTKHTML_DATADIR that include the release number.
2002-03-27 Larry Ewing <lewing@ximian.com> * Makefile.am: fix for the changes to GTKHTML_DATADIR that include the release number. svn path=/trunk/; revision=16272
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-03-27 Larry Ewing <lewing@ximian.com>
|
||||
|
||||
* Makefile.am: fix for the changes to GTKHTML_DATADIR that include
|
||||
the release number.
|
||||
|
||||
2002-03-18 Dan Winship <danw@ximian.com>
|
||||
|
||||
* Evolution-Composer.idl, evolution-composer.c
|
||||
|
@ -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
|
||||
|
||||
##
|
||||
|
||||
|
Reference in New Issue
Block a user