]> git.lyx.org Git - features.git/commitdiff
Make consistent with the other frontends, removing the
authorAngus Leeming <leeming@lyx.org>
Mon, 16 Dec 2002 14:06:59 +0000 (14:06 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 16 Dec 2002 14:06:59 +0000 (14:06 +0000)
if USE_BASIC_IMAGE_LOADER test.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5821 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gnome/ChangeLog
src/frontends/gnome/Makefile.am

index 873f3691be8861a46c006b893290a0667d8b52e2..3e28aefc6819819707b877e9343ea9a1a62c16f5 100644 (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>
 
        * several files: ws changes
index 39c585ec543deb07c6e3e04c53d925fdc90fdf11..2551c5813b00091fbbe1b1b11add4f9fae6d70cd 100644 (file)
@@ -8,11 +8,6 @@ INCLUDES = $(FRONTEND_INCLUDES) -I$(top_srcdir)/src/ \
        -I$(top_srcdir)/src/frontends/controllers \
        $(BOOST_INCLUDES)
 
-if USE_BASIC_IMAGE_LOADER
-else
-XFORMSIMAGE = ../xforms/xformsImage.lo
-endif
-
 # alphabetised
 xforms_objects = \
        ../xforms/Alert_pimpl.lo \
@@ -52,7 +47,8 @@ xforms_objects = \
        ../xforms/xformsBC.lo \
        ../xforms/XFormsView.lo \
        ../xforms/XPainter.lo \
-       ../xforms/XWorkArea.lo $(XFORMSIMAGE)
+       ../xforms/XWorkArea.lo \
+       ../xforms/xformsImage.lo
 
 libgnome.la: xforms.lo $(libgnome_la_OBJECTS) $(libgnome_la_DEPENDENCIES)