]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/Makefile.am
43ec6ad475ed972c4e2b7200e10e913b514ae728
[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