git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba499ec
)
prevent automatically generating the Makefile, config.h.in, etc.
author
kramm
<kramm>
Fri, 26 Oct 2001 17:10:59 +0000
(17:10 +0000)
committer
kramm
<kramm>
Fri, 26 Oct 2001 17:10:59 +0000
(17:10 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
bf38894
..
2c9fa29
100644
(file)
--- 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)