summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d8fca7e..194e716 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,5 +6,9 @@ nobase_dist_app_DATA = \
select-rectangular.png \
transform-crop-and-resize.png \
transform-move.png \
- tikzit48x48.png \
shapes/*.tikz
+
+if WINDOWS
+else
+nobase_dist_app_DATA += tikzit48x48.png
+endif