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

3rdparty/boost/Makefile.am [new file with mode: 0644]

diff --git a/3rdparty/boost/Makefile.am b/3rdparty/boost/Makefile.am
new file mode 100644 (file)
index 0000000..ff8fa4b
--- /dev/null
@@ -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="<config.h>" 
+AM_CPPFLAGS +=  $(BOOST_INCLUDES)
+