mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
2c293c4c69
commit
b094d6ec67
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user