From 60eb734651807fddb263ce715ebda6c93f26470d Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 4 May 2008 22:49:19 +0000 Subject: [PATCH] Make dist doesn't include boost headers. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24606 a592a061-630c-0410-9148-cb99ea01b6c8 --- boost/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boost/Makefile.am b/boost/Makefile.am index b7c5a327f7..84d6e3a682 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -7,6 +7,8 @@ noinst_LTLIBRARIES = liblyxboost.la #BUILT_SOURCES = $(PCH_FILE) #AM_CPPFLAGS += $(PCH_FLAGS) +EXTRA_DIST = boost + AM_CPPFLAGS += -DBOOST_USER_CONFIG="" AM_CPPFLAGS += $(BOOST_INCLUDES)