replace XFORMSGIMAGE by XFORMSIMAGE

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4529 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-07-04 13:00:09 +00:00
parent cbafd3fc82
commit 22695610d6
3 changed files with 9 additions and 5 deletions

View File

@ -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
Timeout_pimpl.h

View File

@ -1,3 +1,7 @@
2002-07-04 André Pönitz <poenitz@lyx.org>
* xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
2002-06-28 Angus Leeming <leeming@lyx.org>
* QLPainter.[Ch]: changes associated with the name change

View File

@ -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