]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
fix a couple of hard crashes, constify local variables, whitespace changes, some...
[lyx.git] / src / support / Makefile.am
index 96d51d37867161dd30cb474154e3201069c99c2a..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
 
@@ -31,11 +32,13 @@ libsupport_la_SOURCES = \
        StrPool.C \
        StrPool.h \
        abort.C \
-       block.h \
+       atoi.C \
        chdir.C \
+       copy.C \
        date.C \
        filetools.C \
        filetools.h \
+       fmt.C \
        getUserName.C \
        getcwd.C \
        kill.C \
@@ -43,6 +46,7 @@ libsupport_la_SOURCES = \
        lstrings.h \
        lxtl.h \
        lyxalgo.h \
+       lyxfunctional.h \
        lyxlib.h \
        lyxmanip.h \
        $(LYXSTRING) lyxsum.C \
@@ -50,9 +54,17 @@ libsupport_la_SOURCES = \
        path.C \
        path.h \
        putenv.C \
+       rename.C \
+       rmdir.C \
+       snprintf.h \
+       snprintf.c \
+       sstream.h \
        $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \
        syssingleton.C \
-       textutils.h
+       tempname.C \
+       translator.h \
+       textutils.h \
+       unlink.C