]> 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 e816c6fda911d541d5c89b110b068b0903fd437a..fe8eb947611be8adac0d663ecfa48ad34c65e403 100644 (file)
@@ -11,7 +11,7 @@ noinst_LIBRARIES = liblyxsupport.a
 
 MOCHEADER = \
        ConsoleApplicationPrivate.h \
-       FileMonitor2.h \
+       FileMonitor.h \
        SystemcallPrivate.h
 
 MOCEDFILES = $(MOCHEADER:%.h=moc_%.cpp)
@@ -34,8 +34,6 @@ AM_CPPFLAGS += -I$(srcdir)/.. \
 liblyxsupport_a_SOURCES = \
        FileMonitor.h \
        FileMonitor.cpp \
-       FileMonitor2.h \
-       FileMonitor2.cpp \
        RandomAccessList.h \
        bind.h \
        Cache.h \