Amend 125ed160, removing 3rdparty/boost/Makefile.am

This commit is contained in:
Kornel Benko 2020-11-29 10:43:35 +01:00
parent 125ed160d6
commit 54ccd275f1

View File

@ -1,10 +1,6 @@
include $(top_srcdir)/config/common.am
DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib
if USE_INCLUDED_BOOST
BOOST = boost
endif
DIST_SUBDIRS = dtl hunspell mythes libiconv zlib
if USE_INCLUDED_HUNSPELL
HUNSPELL = hunspell
@ -26,7 +22,7 @@ if BUILD_INCLUDED_DTL
DTL=dtl
endif
SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
SUBDIRS = $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
EXTRA_DIST = \
scripts/evince_sync/evince_backward_search \