]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
remove !NEW_INSETS cruft
[lyx.git] / src / support / Makefile.am
index 6d5bcb61cba747c579e3a5b2328663a0256e90ff..1aa751be3cf9637c31bba13e38754babb943ab3b 100644 (file)
@@ -4,7 +4,8 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libsupport.la
 LIBS =
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${srcdir}/../
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES)
 
 EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
 
@@ -32,12 +33,12 @@ libsupport_la_SOURCES = \
        StrPool.h \
        abort.C \
        atoi.C \
-       block.h \
        chdir.C \
        copy.C \
        date.C \
        filetools.C \
        filetools.h \
+       fmt.C \
        getUserName.C \
        getcwd.C \
        kill.C \
@@ -45,6 +46,7 @@ libsupport_la_SOURCES = \
        lstrings.h \
        lxtl.h \
        lyxalgo.h \
+       lyxfunctional.h \
        lyxlib.h \
        lyxmanip.h \
        $(LYXSTRING) lyxsum.C \
@@ -54,13 +56,15 @@ libsupport_la_SOURCES = \
        putenv.C \
        rename.C \
        rmdir.C \
+       snprintf.h \
+       snprintf.c \
        sstream.h \
        $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \
        syssingleton.C \
+       tempname.C \
        translator.h \
        textutils.h \
-       unlink.C \
-       utility.hpp
+       unlink.C