]> git.lyx.org Git - features.git/blob - 3rdparty/Makefile.am
Remove support/metahash.h
[features.git] / 3rdparty / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 DIST_SUBDIRS = boost hunspell 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_ICONV
14 ICONV = libiconv
15 endif
16
17 if USE_INCLUDED_ZLIB
18 ZLIB = zlib
19 endif
20
21 SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB)