diff --git a/src/frontends/gnome/Makefile.am b/src/frontends/gnome/Makefile.am index 780722419e..39c585ec54 100644 --- a/src/frontends/gnome/Makefile.am +++ b/src/frontends/gnome/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = $(FRONTEND_INCLUDES) -I$(top_srcdir)/src/ \ if USE_BASIC_IMAGE_LOADER else -XFORMSGIMAGE = ../xforms/xformsGImage.lo +XFORMSIMAGE = ../xforms/xformsImage.lo endif # alphabetised @@ -52,7 +52,7 @@ xforms_objects = \ ../xforms/xformsBC.lo \ ../xforms/XFormsView.lo \ ../xforms/XPainter.lo \ - ../xforms/XWorkArea.lo $(XFORMSGIMAGE) + ../xforms/XWorkArea.lo $(XFORMSIMAGE) libgnome.la: xforms.lo $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES) @@ -90,4 +90,4 @@ libgnome_la_SOURCES = \ GUIRunTime.C \ pixbutton.h \ Timeout_pimpl.C \ - Timeout_pimpl.h \ No newline at end of file + Timeout_pimpl.h diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 6b401d7181..a4fbae9240 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2002-07-04 André Pönitz + + * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE + 2002-06-28 Angus Leeming * QLPainter.[Ch]: changes associated with the name change diff --git a/src/frontends/qt2/xforms/Makefile.am b/src/frontends/qt2/xforms/Makefile.am index d3cf27aefa..9a53422398 100644 --- a/src/frontends/qt2/xforms/Makefile.am +++ b/src/frontends/qt2/xforms/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \ if USE_BASIC_IMAGE_LOADER else -XFORMSGIMAGE = xformsGImage.C xformsGImage.h +XFORMSIMAGE = xformsImage.C xformsImage.h endif nodist_libqt2xforms_la_SOURCES = \ @@ -19,7 +19,7 @@ nodist_libqt2xforms_la_SOURCES = \ DropDown.C \ Tooltips.h \ Tooltips.C \ - $(XFORMSGIMAGE) \ + $(XFORMSIMAGE) \ xforms_helpers.h \ xforms_helpers.C