lyx_mirror/3rdparty/Makefile.am

22 lines
314 B
Makefile
Raw Normal View History

include $(top_srcdir)/config/common.am
2015-12-20 12:06:59 +00:00
DIST_SUBDIRS = boost hunspell libiconv zlib
2015-12-20 12:06:59 +00:00
if USE_INCLUDED_BOOST
BOOST = boost
endif
if USE_INCLUDED_HUNSPELL
HUNSPELL = hunspell
endif
if USE_INCLUDED_ICONV
ICONV = libiconv
endif
if USE_INCLUDED_ZLIB
ZLIB = zlib
endif
SUBDIRS = $(BOOST) $(HUNSPELL) $(ICONV) $(ZLIB)