X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosuilib%2FMakefile.am;h=3b2e49d448094556e2010ff4a88a7475cfcaa1b6;hb=e38e1a2f735a1bb4aebf0817cdd99a05567c6340;hp=c00144f8cfb9ef99b745669ec315699aac0b7aaa;hpb=e4f4183ce206d4cb7bbc89e1065eb34b05cf11c4;p=fw%2Faltos diff --git a/altosuilib/Makefile.am b/altosuilib/Makefile.am index c00144f8..3b2e49d4 100644 --- a/altosuilib/Makefile.am +++ b/altosuilib/Makefile.am @@ -101,3 +101,6 @@ $(JAVAROOT): $(JAR): classaltosuilib.stamp $(ICONS) jar cf $@ $(ICONJAR) -C $(JAVAROOT) . +if STRIP_NONDETERMINISM + $(STRIP_NONDETERMINISM) $@ +endif