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