From: Jean-Marc Lasgouttes Date: Sun, 29 Nov 2020 18:14:40 +0000 (+0100) Subject: Revert "Remove 3rdparty/boost/Makefile.am" X-Git-Tag: 2.4.0-alpha3~621 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f53a205720bce9b42236d43e7535e1974dd21fa9;hp=4e3ecda3e5890af129f7cb5187672ffb39036673;p=lyx.git Revert "Remove 3rdparty/boost/Makefile.am" This reverts commit 125ed160d625368520074f2898c0487d30d46b98. --- diff --git a/3rdparty/boost/Makefile.am b/3rdparty/boost/Makefile.am new file mode 100644 index 0000000000..ff8fa4bc75 --- /dev/null +++ b/3rdparty/boost/Makefile.am @@ -0,0 +1,12 @@ +include $(top_srcdir)/config/common.am + +EXTRA_DIST = boost \ + CMakeLists.txt \ + LICENSE_1_0.txt \ + libs/CMakeLists.txt \ + libs/regex/CMakeLists.txt \ + libs/regex/src/CMakeLists.txt + +AM_CPPFLAGS += -DBOOST_USER_CONFIG="" +AM_CPPFLAGS += $(BOOST_INCLUDES) +