Make consistent with the other frontends, removing the

if USE_BASIC_IMAGE_LOADER test.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5821 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-12-16 14:06:59 +00:00
parent 2c293c4c69
commit b094d6ec67
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2002-12-16 Angus Leeming <leeming@lyx.org>
* Makefile.am: remove the if USE_BASIC_IMAGE_LOADER test.
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net> 2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
* several files: ws changes * several files: ws changes

View File

@ -8,11 +8,6 @@ INCLUDES = $(FRONTEND_INCLUDES) -I$(top_srcdir)/src/ \
-I$(top_srcdir)/src/frontends/controllers \ -I$(top_srcdir)/src/frontends/controllers \
$(BOOST_INCLUDES) $(BOOST_INCLUDES)
if USE_BASIC_IMAGE_LOADER
else
XFORMSIMAGE = ../xforms/xformsImage.lo
endif
# alphabetised # alphabetised
xforms_objects = \ xforms_objects = \
../xforms/Alert_pimpl.lo \ ../xforms/Alert_pimpl.lo \
@ -52,7 +47,8 @@ xforms_objects = \
../xforms/xformsBC.lo \ ../xforms/xformsBC.lo \
../xforms/XFormsView.lo \ ../xforms/XFormsView.lo \
../xforms/XPainter.lo \ ../xforms/XPainter.lo \
../xforms/XWorkArea.lo $(XFORMSIMAGE) ../xforms/XWorkArea.lo \
../xforms/xformsImage.lo
libgnome.la: xforms.lo $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES) libgnome.la: xforms.lo $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES)