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