]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/Makefile.am
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[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         tex2lyx.C
17         texparser.C \
18         texparser.h