mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert "Amend 125ed160
, removing 3rdparty/boost/Makefile.am"
This reverts commit 54ccd275f1
.
This commit is contained in:
parent
f899dee382
commit
4e3ecda3e5
8
3rdparty/Makefile.am
vendored
8
3rdparty/Makefile.am
vendored
@ -1,6 +1,10 @@
|
|||||||
include $(top_srcdir)/config/common.am
|
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
|
if USE_INCLUDED_HUNSPELL
|
||||||
HUNSPELL = hunspell
|
HUNSPELL = hunspell
|
||||||
@ -22,7 +26,7 @@ if BUILD_INCLUDED_DTL
|
|||||||
DTL=dtl
|
DTL=dtl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
|
SUBDIRS = $(BOOST) $(DTL) $(HUNSPELL) $(MYTHES) $(ICONV) $(ZLIB)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
scripts/evince_sync/evince_backward_search \
|
scripts/evince_sync/evince_backward_search \
|
||||||
|
Loading…
Reference in New Issue
Block a user