From e44edf1efd50bcd5a14127f36adda02ea3031f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 14 Aug 2015 15:39:05 +0200 Subject: [PATCH] Fix build with autotools --- pixmaps/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 2646e8125..afa9f411f 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -18,7 +18,7 @@ dist_pixmap_DATA= \ notok.png iconsdir=$(datadir)/icons/hicolor -if WIN32 +if BUILD_WIN32 dist_icons_DATA=index.theme endif