]> git.lyx.org Git - features.git/commitdiff
Revert "Amend 125ed160, removing 3rdparty/boost/Makefile.am"
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 29 Nov 2020 18:13:14 +0000 (19:13 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 29 Nov 2020 18:13:14 +0000 (19:13 +0100)
This reverts commit 54ccd275f1c115da5ea279652421b018564f5c56.

3rdparty/Makefile.am

index 227fe280f46caeea94e45a16e29cf61bc6778afe..ec12adb8831245140c00011b9256aa66621437f5 100644 (file)
@@ -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 \