Here is the fix for the recent make dist/compile problem. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory
Index: src/support/Makefile.am =================================================================== RCS file: /cvs/lyx/lyx-devel/src/support/Makefile.am,v retrieving revision 1.29 diff -u -r1.29 Makefile.am --- src/support/Makefile.am 2001/05/17 15:11:01 1.29 +++ src/support/Makefile.am 2001/05/20 15:12:25 @@ -7,7 +7,7 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES) -EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h +EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h os_unix.C if USE_LYXSTRING LYXSTRING = lyxstring.C lyxstring.h