Hi folk,

This small patch fixes a ``make dist'' oversight (and lets my auto-compile
and RPM generation proceed). However, even with this, I get the following
errors on compilation:

table.C:791: new declaration `class string LyXTable::GetPWidth(int)'
table.h:173: ambiguates old declaration `const class string LyXTable::GetPWidth(
int)'
table.C:800: new declaration `class string LyXTable::GetAlignSpecial(int, int)'
table.h:175: ambiguates old declaration `const class string LyXTable::GetAlignSp
ecial(int, int)'
make[4]: *** [table.o] Error 1
make[4]: Leaving directory `/home/kayvan/src/rpm/BUILD/lyx-1.1.6cvs/src'
make[3]: *** [all-recursive] Error 1                                           

                        ---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: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v
retrieving revision 1.532
diff -u -u -r1.532 ChangeLog
--- ChangeLog   2000/09/15 21:33:03     1.532
+++ ChangeLog   2000/09/16 08:18:21
@@ -1,3 +1,8 @@
+2000-09-16  Kayvan A. Sylvan  <[EMAIL PROTECTED]>
+
+       * src/Makefile.am: Add sources to lyx_SOURCES so they will be
+         included in the ``make dist'' tarball.
+
 2000-09-15  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
 
        * src/lyxfunc.C: construct correctly the automatic new file
Index: src/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/Makefile.am,v
retrieving revision 1.53
diff -u -u -r1.53 Makefile.am
--- src/Makefile.am     2000/09/14 17:53:04     1.53
+++ src/Makefile.am     2000/09/16 08:18:22
@@ -207,6 +207,8 @@
        spellchecker.C \
        spellchecker.h \
        stl_string_fwd.h \
+       table.h \
+       table.C \
        tabular.C \
        tabular.h \
        tex-accent.C \

Reply via email to