]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
small changes and two patches from Dekel
[lyx.git] / src / support / Makefile.am
index 9f5e17451f8816905315092448207c8bd38f619f..4278b992b99fa1b5a4aebb6da598bfe15d230b7a 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
 
@@ -28,9 +29,12 @@ libsupport_la_SOURCES = \
        LRegex.h \
        LSubstring.C \
        LSubstring.h \
+       StrPool.C \
+       StrPool.h \
        abort.C \
-       block.h \
+       atoi.C \
        chdir.C \
+       copy.C \
        date.C \
        filetools.C \
        filetools.h \
@@ -48,9 +52,14 @@ libsupport_la_SOURCES = \
        path.C \
        path.h \
        putenv.C \
+       rename.C \
+       rmdir.C \
+       sstream.h \
        $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \
        syssingleton.C \
-       textutils.h
+       translator.h \
+       textutils.h \
+       unlink.C