]> git.lyx.org Git - lyx.git/blob - 3rdparty/Makefile.am
54ab6c4e63eb9031f124a42a8dfeefa22e710aaf
[lyx.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_ZLIB
10 ZLIB = zlib
11 endif
12
13 SUBDIRS = $(BOOST) $(ZLIB)