This makes "make dist" work again.

-- 
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 05:06:31
@@ -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 05:06:31
@@ -6,9 +6,6 @@
 
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
-EXTRA_DIST = path_defines.C.in lyxstring.C lyxstring.h \
-            os_unix.C os_win32.C os_os2.C
-
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h
 endif
@@ -16,6 +13,9 @@
 if USE_COMPRESSION
 COMPRESSION = gzstream.C gzstream.h
 endif
+
+EXTRA_DIST = path_defines.C.in lyxstring.C lyxstring.h \
+            os_unix.C os_win32.C os_os2.C $(COMPRESSION)
 
 BUILT_SOURCES = path_defines.C
 

Reply via email to