]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
more changes read the ChangeLog
[lyx.git] / src / support / Makefile.am
index 8d83462371b3a032205194d9441c5d58220995e2..2bc70a97f7b0f6704359bf243d2140f55d8db61a 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,6 +28,8 @@ libsupport_la_SOURCES = \
        LRegex.h \
        LSubstring.C \
        LSubstring.h \
+       StrPool.C \
+       StrPool.h \
        abort.C \
        block.h \
        chdir.C \
@@ -36,6 +41,7 @@ libsupport_la_SOURCES = \
        kill.C \
        lstrings.C \
        lstrings.h \
+       lxtl.h \
        lyxalgo.h \
        lyxlib.h \
        lyxmanip.h \
@@ -49,4 +55,6 @@ libsupport_la_SOURCES = \
        syscontr.C \
        syscontr.h \
        syssingleton.C \
-       textutils.h
+       translator.h \
+       textutils.h \
+       utility.hpp