]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
ws changes only
[lyx.git] / src / Makefile.am
index a399f06307e3cf894bc53129ee0bd8a3a836a42c..aba9d4ea5359330c4f980b99f900951e9d3acef2 100644 (file)
@@ -14,7 +14,7 @@ EXTRA_DIST = config.h.in stamp-h.in cheaders version.C.in \
        paper.h
 
 LYX_PRE_LIBS = mathed/libmathed.la insets/libinsets.la \
-       frontends/libfrontends.la 
+       frontends/libfrontends.la
 
 LYX_POST_LIBS = frontends/controllers/libcontrollers.la \
        graphics/libgraphics.la \
@@ -29,12 +29,12 @@ endif
 
 OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@
 
-bin_PROGRAMS = lyx 
+bin_PROGRAMS = lyx
 noinst_PROGRAMS = $(FRONTENDS_PROGS)
 EXTRA_PROGRAMS = lyx-xforms lyx-qt lyx-gtk
 
 lyx_xforms_LDADD = $(lyx_OBJECTS) $(LYX_PRE_LIBS) \
-       frontends/xforms/libxforms.la $(LYX_POST_LIBS) $(OTHERLIBS) 
+       frontends/xforms/libxforms.la $(LYX_POST_LIBS) $(OTHERLIBS)
 
 lyx_xforms_SOURCES = main.C
 
@@ -92,13 +92,13 @@ lyx_SOURCES = \
        MenuBackend.h \
        paragraph_funcs.C \
        paragraph_funcs.h \
-       ParagraphList.h \
+       ParagraphList_fwd.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
        ParameterStruct.h \
        PrinterParams.C \
        PrinterParams.h \
-       RowList.h \
+       RowList_fwd.h \
        ShareContainer.h \
        Spacing.C \
        Spacing.h \
@@ -137,6 +137,8 @@ lyx_SOURCES = \
        converter.h \
        counters.C \
        counters.h \
+       cursor.C \
+       cursor.h \
        debug.C \
        debug.h \
        dimension.C \