commit 4e3ecda3e5890af129f7cb5187672ffb39036673
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Sun Nov 29 19:13:14 2020 +0100
Revert "Amend 125ed160, removing 3rdparty/boost/Makefile.am"
This reverts commit 54ccd275f1c115da5ea279652421b018564f5c56.
---
3rdparty/Makefile.am | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index 227fe28..ec12adb 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -1,6 +1,10 @@
include $(top_srcdir)/config/common.am
-DIST_SUBDIRS = dtl hunspell mythes libiconv zlib
+DIST_SUBDIRS = boost dtl hunspell mythes libiconv zlib
+
+if USE_INCLUDED_BOOST
+BOOST = boost
+endif
if USE_INCLUDED_HUNSPELL
HUNSPELL = hunspell
@@ -22,7 +26,7 @@ if BUILD_INCLUDED_DTL
DTL=dtl
endif
-SUBDIRS = $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
+SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
EXTRA_DIST = \
scripts/evince_sync/evince_backward_search \
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs