]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
small changes read changelog
[lyx.git] / src / support / Makefile.am
index 4278b992b99fa1b5a4aebb6da598bfe15d230b7a..ae83509477fb1a7188db899e5b92085f351c0d41 100644 (file)
@@ -7,7 +7,8 @@ ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES)
 
-EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
+EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \
+             os_unix.C os_win32.C os_os2.C
 
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h
@@ -29,6 +30,8 @@ libsupport_la_SOURCES = \
        LRegex.h \
        LSubstring.C \
        LSubstring.h \
+       os.C \
+       os.h \
        StrPool.C \
        StrPool.h \
        abort.C \
@@ -38,6 +41,7 @@ libsupport_la_SOURCES = \
        date.C \
        filetools.C \
        filetools.h \
+       fmt.C \
        getUserName.C \
        getcwd.C \
        kill.C \
@@ -45,6 +49,7 @@ libsupport_la_SOURCES = \
        lstrings.h \
        lxtl.h \
        lyxalgo.h \
+       lyxfunctional.h \
        lyxlib.h \
        lyxmanip.h \
        $(LYXSTRING) lyxsum.C \
@@ -54,12 +59,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