]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / Makefile.am
index 6d8821e855c230fdbebee837c4b3fe56b61db5a7..a60554dafd62dbc9906c7c3577bea4a46ef639d8 100644 (file)
@@ -56,10 +56,13 @@ liblyxsupport_a_SOURCES = \
        foreach.h \
        ForkedCalls.cpp \
        ForkedCalls.h \
+       functional.h \
        gettext.cpp \
        gettext.h \
        gzstream.cpp \
        gzstream.h \
+       InGuiThread.h \
+       InGuiThread.cpp \
        kill.cpp \
        lassert.h \
        lassert.cpp \
@@ -82,6 +85,7 @@ liblyxsupport_a_SOURCES = \
        ProgressInterface.h \
        qstring_helpers.cpp \
        qstring_helpers.h \
+       regex.h \
        socktools.cpp \
        socktools.h \
        strfwd.h \
@@ -103,8 +107,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 \