2002-05-24 Lars Gullik Bj�nnes <larsbj@birdstep.com>

* libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
missing \ that made the lib incomplete.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4205 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-05-24 18:29:48 +00:00
parent 962a0c5585
commit 724ef59519
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2002-05-24 Lars Gullik Bjønnes <larsbj@birdstep.com> 2002-05-24 Lars Gullik Bjønnes <larsbj@birdstep.com>
* libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
missing \ that made the lib incomplete.
* update and enable use of exceptions again. * update and enable use of exceptions again.
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com> 2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>

View File

@ -12,12 +12,10 @@ libboostregex_la_SOURCES = \
fileiter.cpp \ fileiter.cpp \
instances.cpp \ instances.cpp \
posix_api.cpp \ posix_api.cpp \
primary_transform.hpp primary_transform.hpp \
regex.cpp \ regex.cpp \
regex_debug.cpp \ regex_debug.cpp \
regex_synch.cpp \ regex_synch.cpp \
w32_regex_traits.cpp \ w32_regex_traits.cpp \
wide_posix_api.cpp \ wide_posix_api.cpp \
winstances.cpp winstances.cpp