]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Update cursor idx after grid paste if columns are appended
[lyx.git] / src / Makefile.am
index ddc82fb1da251adf328afa2077aecb20583c634b..4a74c6eef46619b2482c78ea1664b3addd00e844 100644 (file)
@@ -42,7 +42,8 @@ lyx_LDADD = \
 
 if LYX_WIN_RESOURCE
 .rc.o:
-       cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico .
+       cp $(top_srcdir)/development/Win32/packaging/icons/lyx.ico .
+       cp $(top_srcdir)/development/Win32/packaging/icons/lyx_doc.ico .
        $(RC) -I$(top_builddir) --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@
 endif
 
@@ -172,7 +173,7 @@ SOURCEFILESCORE = \
        RowPainter.cpp \
        Server.cpp \
        ServerSocket.cpp \
-       sgml.cpp \
+       xml.cpp \
        Session.cpp \
        Spacing.cpp \
        TexRow.cpp \
@@ -279,7 +280,7 @@ HEADERFILESCORE = \
        Server.h \
        ServerSocket.h \
        Session.h \
-       sgml.h \
+       xml.h \
        Spacing.h \
        SpellChecker.h \
        TexRow.h \