]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
remove commented HAVE_SSTREAM code
[lyx.git] / src / support / Makefile.am
index c4bac76195a51cc5ca13c9e4ba2e03821292bcb0..5fe7a45640f2d0a5ac42f6e3b76f539a2fb15670 100644 (file)
@@ -1,7 +1,9 @@
 AUTOMAKE_OPTIONS = foreign
+DISTCLEANFILES= *.orig *.rej *~ *.bak core
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libsupport.la
 LIBS =
-ETAGS_ARGS = --c++
+ETAGS_ARGS = --lang=c++
 INCLUDES = -I${srcdir}/../
 
 EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
@@ -18,6 +20,7 @@ libsupport_la_SOURCES = \
        DebugStream.h \
        FileInfo.C \
        FileInfo.h \
+       LAssert.C \
        LAssert.h \
        LIstream.h \
        LOstream.h \
@@ -25,9 +28,12 @@ libsupport_la_SOURCES = \
        LRegex.h \
        LSubstring.C \
        LSubstring.h \
+       StrPool.C \
+       StrPool.h \
        abort.C \
        block.h \
        chdir.C \
+       copy.C \
        date.C \
        filetools.C \
        filetools.h \
@@ -36,15 +42,22 @@ libsupport_la_SOURCES = \
        kill.C \
        lstrings.C \
        lstrings.h \
+       lxtl.h \
+       lyxalgo.h \
        lyxlib.h \
        lyxmanip.h \
        $(LYXSTRING) lyxsum.C \
        mkdir.C \
+       path.C \
        path.h \
        putenv.C \
+       rename.C \
+       sstream.h \
        $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \
        syssingleton.C \
-       textutils.h
+       translator.h \
+       textutils.h \
+       utility.hpp