mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
DIST_SUBDIRS = boost hunspell libiconv zlib
|
|
|
|
if USE_INCLUDED_BOOST
|
|
BOOST = boost
|
|
endif
|
|
|
|
SUBDIRS = $(BOOST)
|