]> git.lyx.org Git - lyx.git/blob - 3rdparty/Makefile.am
Force a Buffer * argument to math insets constructor
[lyx.git] / 3rdparty / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib nod
4
5 if USE_INCLUDED_NOD
6 NOD = nod
7 endif
8
9 if USE_INCLUDED_BOOST
10 BOOST = boost
11 endif
12
13 if USE_INCLUDED_HUNSPELL
14 HUNSPELL = hunspell
15 endif
16
17 if USE_INCLUDED_MYTHES
18 MYTHES = mythes
19 endif
20
21 if USE_INCLUDED_ICONV
22 ICONV = libiconv
23 endif
24
25 if USE_INCLUDED_ZLIB
26 ZLIB = zlib
27 endif
28
29 if BUILD_INCLUDED_DTL
30 DTL=dtl
31 endif
32
33 SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB) $(NOD)
34
35 EXTRA_DIST = \
36         scripts/evince_sync/evince_backward_search \
37         scripts/evince_sync/evince_forward_search \
38         scripts/evince_sync/evince_sync_lyx \
39         scripts/evince_sync/README
40