]> 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 f6a77dc0bd1e5597b541bfd9f3786e384392d676..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