]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
Try to disambibuate the use of "xetex". Here, we actually require polyglossia.
[lyx.git] / src / support / Makefile.am
index f1870fba527b1fc0b196f113bebc0ad8d745a5b1..a6287330b4020b0c03edc100180a514ea501de3b 100644 (file)
@@ -56,6 +56,7 @@ liblyxsupport_a_SOURCES = \
        foreach.h \
        ForkedCalls.cpp \
        ForkedCalls.h \
+       functional.h \
        gettext.cpp \
        gettext.h \
        gzstream.cpp \
@@ -72,6 +73,7 @@ liblyxsupport_a_SOURCES = \
        lyxtime.h \
        Messages.cpp \
        Messages.h \
+       numpunct_lyx_char_type.h \
        os.cpp \
        os.h \
        Path.cpp \
@@ -81,6 +83,7 @@ liblyxsupport_a_SOURCES = \
        ProgressInterface.h \
        qstring_helpers.cpp \
        qstring_helpers.h \
+       regex.h \
        socktools.cpp \
        socktools.h \
        strfwd.h \
@@ -102,8 +105,16 @@ liblyxsupport_a_SOURCES = \
        mythes/mythes.hxx \
        mythes/license.readme
 
+#if INSTALL_MACOSX
+#liblyxsupport_a_SOURCES += \
+#      AppleSpellChecker.h \
+#      AppleSpellChecker.mm
+#endif
+
 if INSTALL_MACOSX
 liblyxsupport_a_SOURCES += \
+       AppleSpeller.h \
+       AppleSpeller.m \
        linkback/LinkBack.h \
        linkback/LinkBack.m \
        linkback/LinkBackProxy.h \