]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Fix the placement of the cursor when right-clicking on an inset inside a branch inset.
[lyx.git] / src / Makefile.am
index d6bd903275b6485fd28d466c9e44facc6ff0bd1c..b0232921ad0ed7c2ab368563ff310ce84e2c5672 100644 (file)
@@ -5,7 +5,7 @@ include $(top_srcdir)/config/common.am
 DISTCLEANFILES += config.h libintl.h
 
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
-AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES) 
+AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES)
 
 if BUILD_CLIENT_SUBDIR
 CLIENT = client
@@ -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 \
@@ -120,6 +121,7 @@ SOURCEFILESCORE = \
        LaTeX.cpp \
        LaTeXFeatures.cpp \
        LayoutFile.cpp \
+       LayoutModuleList.cpp \
        Length.cpp \
        lengthcommon.cpp \
        Lexer.cpp \
@@ -208,6 +210,7 @@ HEADERFILESCORE = \
        FuncRequest.h \
        FuncStatus.h \
        Graph.h \
+       IndicesList.h \
        InsetIterator.h \
        InsetList.h \
        Intl.h \
@@ -219,6 +222,7 @@ HEADERFILESCORE = \
        Layout.h \
        LayoutEnums.h \
        LayoutFile.h \
+       LayoutModuleList.h \
        Length.h \
        Lexer.h \
        LyXAction.h \
@@ -250,7 +254,7 @@ HEADERFILESCORE = \
        Session.h \
        sgml.h \
        Spacing.h \
-       SpellBase.h \
+       SpellChecker.h \
        TexRow.h \
        TexStream.h \
        Text.h \