X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2FMakefile.am;h=2c9fa29de29239821e8b4d017afdf7a6463766b2;hb=27ad8f00e0e33d7d35166437c7a58532f013628d;hp=bf388945eb81db677c9c64087b0ab4de27abd8b5;hpb=ba499ec6ef298352007f559dc66eb95eb8c99c8f;p=swftools.git diff --git a/src/Makefile.am b/src/Makefile.am index bf38894..2c9fa29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,4 +9,5 @@ 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 jpeg2swf.1 - +# don't build Makefile, only executables: +all-am: $(PROGRAMS) $(MANS)