This fixes "make dist" so you can compile from the tar.gz -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)
Index: Makefile.am =================================================================== RCS file: /cvs/lyx/lyx-devel/src/support/Makefile.am,v retrieving revision 1.31 diff -u -r1.31 Makefile.am --- Makefile.am 2001/08/18 22:59:51 1.31 +++ Makefile.am 2001/11/27 20:23:29 @@ -8,7 +8,7 @@ INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES) EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \ - os_unix.C os_win32.C os_os2.C + os_unix.C os_win32.C os_os2.C types.h if USE_LYXSTRING LYXSTRING = lyxstring.C lyxstring.h