X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=2c9fa29de29239821e8b4d017afdf7a6463766b2;hb=27ad8f00e0e33d7d35166437c7a58532f013628d;hp=1b9426bed60d170bda6e19c9aa341c7d60766530;hpb=0534ee54aaf7fc82a1f8b4f565e1e277619173d6;p=swftools.git diff --git a/src/Makefile.am b/src/Makefile.am index 1b9426b..2c9fa29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,5 +8,6 @@ jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfcombine_LINK = $(CCLD) ../lib/log.o -o $@ swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@ -man_MANS = swfcombine.1 swfstrings.1 swfdump.1 - +man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1 +# don't build Makefile, only executables: +all-am: $(PROGRAMS) $(MANS)