]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
adjust comment.
[lyx.git] / src / Makefile.am
index 59a3d1ce9ce61bdb010e8177e4bb6e32ff56b0b2..4100ac7ad4d74badc387df8b2682bbfe9fd46072 100644 (file)
@@ -21,7 +21,7 @@ EXTRA_DIST = Section.h \
        pch.h
 
 OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) $(AIKSAURUS_LIBS) \
-           @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI)
+           @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI) $(LIBPSAPI)
 
 noinst_LIBRARIES = liblyxcore.a
 bin_PROGRAMS = lyx
@@ -58,7 +58,7 @@ endif
 # and in fact libtools seems not able to do that.
 lyx_SOURCES = \
        main.cpp \
-       $(ASPELL) SpellBase.cpp \
+       $(ASPELL) \
        BiblioInfo.h \
        BiblioInfo.cpp \
        Box.cpp \
@@ -111,6 +111,7 @@ SOURCEFILESCORE = \
        FuncRequest.cpp \
        FuncStatus.cpp \
        Graph.cpp \
+       IndicesList.cpp \
        InsetIterator.cpp \
        InsetList.cpp \
        Intl.cpp \
@@ -209,6 +210,7 @@ HEADERFILESCORE = \
        FuncRequest.h \
        FuncStatus.h \
        Graph.h \
+       IndicesList.h \
        InsetIterator.h \
        InsetList.h \
        Intl.h \
@@ -252,7 +254,7 @@ HEADERFILESCORE = \
        Session.h \
        sgml.h \
        Spacing.h \
-       SpellBase.h \
+       SpellChecker.h \
        TexRow.h \
        TexStream.h \
        Text.h \