diff options
Diffstat (limited to 'setup/Makefile.am')
-rw-r--r-- | setup/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am index 76120822..d5eebfbf 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -34,6 +34,10 @@ endif %.o : %.rc $(WINDRES) $^ -o $@ +if HAVE_PYTHON + chocolate_setup_icon.c : ../data/chocolate-setup.png ../data/convert-icon $^ $@ +endif + |