]> git.lyx.org Git - features.git/blob - src/support/Makefile.am
merge from the string-switch branch and ready for a prelease.
[features.git] / src / support / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 noinst_LIBRARIES = libsupport.a
3 libsupport_a_LIBADD = @LIBOBJS@
4 ETAGS_ARGS = --c++
5 INCLUDES = -I${srcdir}/../
6 libsupport_a_SOURCES = \
7         FileInfo.C \
8         FileInfo.h \
9         LAssert.h \
10         filetools.C \
11         filetools.h \
12         lstrings.C \
13         lstrings.h \
14         lyxlib.h \
15         lyxstring.C \
16         lyxstring.h \
17         lyxsum.C \
18         syscall.C \
19         syscall.h \
20         syscontr.C \
21         syscontr.h \
22         syssingleton.C \
23         textutils.h