]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
another safety belt
[lyx.git] / src / support / Makefile.am
index 1a7e10d477db9f39b46707563f15793448ae0212..6323abc82164651cfa78252eaa842937bf3182ce 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libsupport.la
 
-INCLUDES = -I$(srcdir)/../ $(SIGC_INCLUDES) $(BOOST_INCLUDES)
+INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 EXTRA_DIST = lyxstring.C lyxstring.h \
             os_unix.C os_win32.C os_os2.C
@@ -16,33 +16,29 @@ libsupport_la_SOURCES = \
        DebugStream.h \
        FileInfo.C \
        FileInfo.h \
+       FileMonitor.h \
+       FileMonitor.C \
        LAssert.C \
        LAssert.h \
        LIstream.h \
        LOstream.h \
        os.C \
        os.h \
-       StrPool.C \
-       StrPool.h \
        abort.C \
        atoi.C \
        chdir.C \
        copy.C \
-       date.C \
        filetools.C \
        filetools.h \
-       fmt.C \
        forkedcall.C \
        forkedcall.h \
        forkedcontr.C \
        forkedcontr.h \
-       getUserName.C \
        getcwd.C \
        kill.C \
        limited_stack.h \
        lstrings.C \
        lstrings.h \
-       lxtl.h \
        lyxalgo.h \
        lyxfunctional.h \
        lyxlib.h \
@@ -57,7 +53,6 @@ libsupport_la_SOURCES = \
        putenv.C \
        rename.C \
        rmdir.C \
-       smart_ptr.h \
        snprintf.h \
        snprintf.c \
        sstream.h \
@@ -67,5 +62,4 @@ libsupport_la_SOURCES = \
        textutils.h \
        translator.h \
        types.h \
-       unlink.C \
-       utility.h
+       unlink.C