]> git.lyx.org Git - features.git/commitdiff
2002-05-24 Lars Gullik Bj�nnes <larsbj@birdstep.com>
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 24 May 2002 18:29:48 +0000 (18:29 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 24 May 2002 18:29:48 +0000 (18:29 +0000)
* 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

boost/ChangeLog
boost/libs/regex/src/Makefile.am

index 46890c8dc652714fbc19f96b654150de265cb9b6..af24a5fee958a5f94f872500634d7a9af13ffa3b 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
index f6398c8db1e2faae1aa64af32d0196f43eb6b020..87bdff8a9645de0450c44a9c44d5cb551a509151 100644 (file)
@@ -12,12 +12,10 @@ libboostregex_la_SOURCES = \
        fileiter.cpp \
        instances.cpp \
        posix_api.cpp \
-       primary_transform.hpp
+       primary_transform.hpp \
        regex.cpp \
        regex_debug.cpp \
        regex_synch.cpp \
        w32_regex_traits.cpp \
        wide_posix_api.cpp \
        winstances.cpp
-
-