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:
a42cd5b
)
removed gfx.h reference
author
kramm
<kramm>
Fri, 4 May 2007 13:21:19 +0000
(13:21 +0000)
committer
kramm
<kramm>
Fri, 4 May 2007 13:21:19 +0000
(13:21 +0000)
lib/python/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/python/Makefile.in
b/lib/python/Makefile.in
index
efd03a0
..
dc507b5
100644
(file)
--- a/
lib/python/Makefile.in
+++ b/
lib/python/Makefile.in
@@
-22,7
+22,7
@@
action.$(O): action.c action.h
$(C) -Wall -Wno-unused -fPIC $(PYTHON_INCLUDES) -c action.c -o action.$(O)
pyutils.$(O): pyutils.c pyutils.h
$(C) -Wall -Wno-unused -fPIC $(PYTHON_INCLUDES) -c pyutils.c -o pyutils.$(O)
-gfx.$(O): gfx.c gfx.h
+gfx.$(O): gfx.c
$(C) -Wall -Wno-unused -fPIC $(PYTHON_INCLUDES) -c gfx.c -o gfx.$(O)
SWF.$(O): SWF.c pyutils.h primitives.h taglist.h