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