]> 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 d1137290ee4646dcf0e6eeb4fb5020f269ee616e..fe8eb947611be8adac0d663ecfa48ad34c65e403 100644 (file)
@@ -11,6 +11,7 @@ noinst_LIBRARIES = liblyxsupport.a
 
 MOCHEADER = \
        ConsoleApplicationPrivate.h \
+       FileMonitor.h \
        SystemcallPrivate.h
 
 MOCEDFILES = $(MOCHEADER:%.h=moc_%.cpp)
@@ -26,7 +27,8 @@ liblyxsupport_a_DEPENDENCIES = $(MOCEDFILES)
 #
 ##################################################################
 
-AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES) $(ZLIB_INCLUDES) \
+AM_CPPFLAGS += -I$(srcdir)/.. \
+       $(BOOST_INCLUDES) $(ICONV_INCLUDES) $(ZLIB_INCLUDES) \
        $(QT_CPPFLAGS) $(QT_INCLUDES)
 
 liblyxsupport_a_SOURCES = \
@@ -34,6 +36,8 @@ liblyxsupport_a_SOURCES = \
        FileMonitor.cpp \
        RandomAccessList.h \
        bind.h \
+       Cache.h \
+       Changer.h \
        ConsoleApplication.cpp \
        ConsoleApplication.h \
        ConsoleApplicationPrivate.h \
@@ -55,7 +59,6 @@ liblyxsupport_a_SOURCES = \
        FileNameList.h \
        filetools.cpp \
        filetools.h \
-       foreach.h \
        ForkedCalls.cpp \
        ForkedCalls.h \
        functional.h \
@@ -89,13 +92,13 @@ liblyxsupport_a_SOURCES = \
        qstring_helpers.cpp \
        qstring_helpers.h \
        regex.h \
+       RefChanger.h \
        socktools.cpp \
        socktools.h \
        strfwd.h \
        Systemcall.cpp \
        Systemcall.h \
        SystemcallPrivate.h \
-       shared_ptr.h \
        TempFile.cpp \
        TempFile.h \
        textutils.h \
@@ -105,17 +108,12 @@ liblyxsupport_a_SOURCES = \
        trivstring.cpp \
        trivstring.h \
        types.h \
+       unique_ptr.h \
        userinfo.cpp \
        userinfo.h \
        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 += \