diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 335cf869..b3ef5c25 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -150,6 +150,10 @@ EXTRA_DIST = \ %.o : %.rc $(WINDRES) $^ -o $@ +if HAVE_PYTHON + chocolate_doom_icon.c : ../data/chocolate-doom.png ../data/convert-icon $^ $@ +endif + |