]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Cleanup bruteFind.
[lyx.git] / src / Makefile.am
index 8166b11ff43afee288cd151316190eac43ead291..90fb3e65af31833dc54a016b2ca1e0e0acda8c61 100644 (file)
@@ -42,7 +42,7 @@ lyx_LDADD = \
 if LYX_WIN_RESOURCE
 .rc.o:
        cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico .
-       windres -I$(top_builddir) --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@
+       $(RC) -I$(top_builddir) --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@
 endif
 
 if INSTALL_MACOSX