add some comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19518 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-08-13 19:13:39 +00:00
parent 052d7ab681
commit 5dc658e982

View File

@ -54,6 +54,10 @@ if USE_ISPELL
ISPELL = ISpell.cpp ISpell.h
endif
# These four objects are linked as object files as they are not
# referenced within the core and therefore are not picked up
# by the linker without looping over libs. We do not want that,
# and in fact libtools seems not able to do that.
lyx_qt4_SOURCES = \
main.cpp \
$(ASPELL) $(PSPELL) $(ISPELL) SpellBase.cpp \