From 4fcccf0672eaa756a7da9001226b96e9fc6334db Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Fri, 22 Sep 2006 14:35:24 +0000 Subject: [PATCH] Distribute README.Cygwin and some source files of boost/regex git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15124 a592a061-630c-0410-9148-cb99ea01b6c8 --- Makefile.am | 2 +- boost/libs/regex/src/Makefile.am | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index caa94bed13..8416b56b1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ SUBDIRS = config development intl po src sourcedoc lib endif EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \ - INSTALL.Win32 INSTALL.MacOSX INSTALL.scons README.Win32 \ + INSTALL.Win32 INSTALL.MacOSX INSTALL.scons README.Win32 README.Cygwin \ lyx.man autogen.sh man_MANS = lyx.1 diff --git a/boost/libs/regex/src/Makefile.am b/boost/libs/regex/src/Makefile.am index 3118a730d8..50d8870232 100644 --- a/boost/libs/regex/src/Makefile.am +++ b/boost/libs/regex/src/Makefile.am @@ -20,9 +20,8 @@ libboost_regex_la_SOURCES = \ regex.cpp \ regex_raw_buffer.cpp \ regex_traits_defaults.cpp \ - w32_regex_traits.cpp - -# posix_api.cpp \ -# wide_posix_api.cpp \ -# regex_debug.cpp \ -# winstances.cpp + w32_regex_traits.cpp \ + posix_api.cpp \ + wide_posix_api.cpp \ + regex_debug.cpp \ + winstances.cpp