]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
Check return value of regex_match instead of looking at first match
[lyx.git] / src / support / Makefile.am
index 08f1c7180d7fa3a508b1815f4d6d0f61dbf9ab50..fe8eb947611be8adac0d663ecfa48ad34c65e403 100644 (file)
@@ -11,6 +11,7 @@ noinst_LIBRARIES = liblyxsupport.a
 
 MOCHEADER = \
        ConsoleApplicationPrivate.h \
+       FileMonitor.h \
        SystemcallPrivate.h
 
 MOCEDFILES = $(MOCHEADER:%.h=moc_%.cpp)
@@ -35,6 +36,7 @@ liblyxsupport_a_SOURCES = \
        FileMonitor.cpp \
        RandomAccessList.h \
        bind.h \
+       Cache.h \
        Changer.h \
        ConsoleApplication.cpp \
        ConsoleApplication.h \
@@ -112,12 +114,6 @@ liblyxsupport_a_SOURCES = \
        unicode.cpp \
        unicode.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 += \