]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
Don't disable apply button if one (or more) of vertical alignment, rotation,
[lyx.git] / src / support / Makefile.am
index 6917051095a90aea1df53bf9bc3552cf928a7a30..453ef26bdff7c4c4ebe80ecc7ec175a59171b2b4 100644 (file)
@@ -34,6 +34,7 @@ liblyxsupport_a_SOURCES = \
        FileMonitor.h \
        FileMonitor.cpp \
        RandomAccessList.h \
+       bind.h \
        convert.cpp \
        convert.h \
        copied_ptr.h \
@@ -55,6 +56,7 @@ liblyxsupport_a_SOURCES = \
        foreach.h \
        ForkedCalls.cpp \
        ForkedCalls.h \
+       functional.h \
        gettext.cpp \
        gettext.h \
        gzstream.cpp \
@@ -69,8 +71,11 @@ liblyxsupport_a_SOURCES = \
        lyxlib.h \
        lyxtime.cpp \
        lyxtime.h \
+       mutex.h \
+       mutex.cpp \
        Messages.cpp \
        Messages.h \
+       numpunct_lyx_char_type.h \
        os.cpp \
        os.h \
        Path.cpp \
@@ -80,12 +85,14 @@ liblyxsupport_a_SOURCES = \
        ProgressInterface.h \
        qstring_helpers.cpp \
        qstring_helpers.h \
+       regex.h \
        socktools.cpp \
        socktools.h \
        strfwd.h \
        Systemcall.cpp \
        Systemcall.h \
        SystemcallPrivate.h \
+       shared_ptr.h \
        textutils.h \
        Translator.h \
        Timeout.cpp \
@@ -95,13 +102,24 @@ liblyxsupport_a_SOURCES = \
        userinfo.h \
        unicode.cpp \
        unicode.h \
-       weighted_btree.h \
+       weighted_btree.h
+if USE_INCLUDED_MYTHES
+liblyxsupport_a_SOURCES += \
        mythes/mythes.cxx \
        mythes/mythes.hxx \
        mythes/license.readme
+endif
+
+#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 \