]> git.lyx.org Git - lyx.git/blob - src/mathed/Makefile.am
revert to using .la type libtool libs
[lyx.git] / src / mathed / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 MAINTAINERCLEANFILES = Makefile.in
3 noinst_LTLIBRARIES = libmathed.la
4 LIBS=
5 ETAGS_ARGS = --c++
6 INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ 
7
8 libmathed_la_SOURCES = array.h \
9         formula.C \
10         formula.h \
11         formulamacro.C \
12         formulamacro.h \
13         math_cursor.C \
14         math_cursor.h \
15         math_defs.h \
16         math_delim.C \
17         math_draw.C \
18         math_forms.C \
19         math_forms.h \
20         math_hash.C \
21         math_inset.C \
22         math_inset.h \
23         math_iter.C \
24         math_iter.h \
25         math_macro.C \
26         math_macro.h \
27         math_panel.C \
28         math_panel.h \
29         math_parser.C \
30         math_parser.h \
31         math_root.C \
32         math_root.h \
33         math_symbols.C \
34         math_utils.C \
35         math_write.C \
36         symbol_def.h