[LyX/master] Amend 125ed160, removing 3rdparty/boost/Makefile.am

Kornel Benko kornel at lyx.org
Sun Nov 29 09:18:34 UTC 2020


commit 54ccd275f1c115da5ea279652421b018564f5c56
Author: Kornel Benko <kornel at lyx.org>
Date:   Sun Nov 29 10:43:35 2020 +0100

    Amend 125ed160, removing 3rdparty/boost/Makefile.am
---
 3rdparty/Makefile.am |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index ec12adb..227fe28 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -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 \


More information about the lyx-cvs mailing list