On Fri, Aug 15, 2003 at 08:55:10AM +0200, Lars Gullik Bjønnes wrote:
> 
> MOve the EXTRA_DIST back where it used to be and add the gz files
> explicit to the var.
> 
> -- 
>       Lgb

Done.

-- 
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: ./src/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/Makefile.am,v
retrieving revision 1.184
diff -u -u -r1.184 Makefile.am
--- ./src/Makefile.am   2003/08/02 21:29:24     1.184
+++ ./src/Makefile.am   2003/08/15 14:03:25
@@ -11,8 +11,7 @@
        Sectioning.C \
        Variables.C \
        Variables.h \
-       tracer.C \
-       tracer.h
+       paper.h
 
 LYX_PRE_LIBS = mathed/libmathed.la insets/libinsets.la \
        frontends/libfrontends.la 
Index: ./src/support/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/support/Makefile.am,v
retrieving revision 1.63
diff -u -u -r1.63 Makefile.am
--- ./src/support/Makefile.am   2003/08/02 21:29:24     1.63
+++ ./src/support/Makefile.am   2003/08/15 14:03:25
@@ -7,7 +7,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.C gzstream.h
 
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h

Reply via email to