On Tue, Jul 29, 2003 at 06:10:36AM -0700, Kayvan A. Sylvan wrote:
> Problem with "make dist":
> 

This patch fixes the automated build problems.

-- 
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: ./config/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/config/Makefile.am,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile.am
--- ./config/Makefile.am        2003/03/26 01:20:24     1.9
+++ ./config/Makefile.am        2003/07/31 07:57:10
@@ -1,7 +1,7 @@
 include $(top_srcdir)/config/common.am
 
 EXTRA_DIST = common.am codeset.m4 libtool.m4 gettext.m4 \
-       lyxinclude.m4 lyxinclude25x.m4 lyxinclude213.m4 \
+       lyxinclude.m4 lyxinclude25x.m4 \
        glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 \
        qt.m4 gtk--.m4 gnome--.m4 gnome.m4 pkg.m4 xforms.m4 pspell.m4 \
-       aspell.m4 relyx_configure.ac relyx_configure.in cygwin.m4
+       aspell.m4 cygwin.m4
Index: ./src/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/Makefile.am,v
retrieving revision 1.182
diff -u -u -r1.182 Makefile.am
--- ./src/Makefile.am   2003/07/28 14:40:26     1.182
+++ ./src/Makefile.am   2003/07/31 07:57:10
@@ -12,7 +12,8 @@
        Variables.C \
        Variables.h \
        tracer.C \
-       tracer.h
+       tracer.h \
+       paper.h
 
 bin_PROGRAMS = lyx
 
Index: ./src/support/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/support/Makefile.am,v
retrieving revision 1.62
diff -u -u -r1.62 Makefile.am
--- ./src/support/Makefile.am   2003/07/28 23:05:58     1.62
+++ ./src/support/Makefile.am   2003/07/31 07:57:10
@@ -8,7 +8,7 @@
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 EXTRA_DIST = path_defines.C.in lyxstring.C lyxstring.h \
-            os_unix.C os_win32.C os_os2.C
+            os_unix.C os_win32.C os_os2.C gzstream.h
 
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h

Reply via email to