]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/Makefile.am
Alfredo's second patch
[lyx.git] / src / tex2lyx / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
4
5 #noinst_LTLIBRARIES = libtexparser.la
6 #
7 #libtexparser_la_SOURCES = \
8 #       texparser.C \
9 #       texparser.h
10 #
11 #tex2lyx_LDADD = libtexparser.la
12
13 bin_PROGRAMS = tex2lyx
14
15 tex2lyx_SOURCES = \
16         texparser.C \
17         texparser.h \
18         tex2lyx.C \
19         tex2lyx.h \
20         preamble.C \
21         math.C \
22         table.C \
23         text.C