summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2011-08-01 20:16:25 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2011-08-01 20:16:25 -0400
commit9f052b706178d591a4fff0ca6a6c304dde154143 (patch)
tree7bb170f5f27a5286aae48020dd5d75d5ced0f225 /Makefile
parentb35c4c031ae610bd21cf2dfd5876f54b2539079d (diff)
Move complex_image_from_pixbuf() to image.[ch]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3cf248e..ce169c7 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ filters: fft.c fft.h filters.c
fft-test: fft.c fft.h fft-test.c
$(CC) -o fft-test fft.c fft-test.c $(LDFLAGS)
-trans: pngtrans.c fft.c fft.h
- $(CC) $(GTKFLAGS) -o trans fft.c pngtrans.c $(LDFLAGS)
+trans: pngtrans.c fft.c fft.h image.c image.h
+ $(CC) $(GTKFLAGS) -o trans fft.c pngtrans.c image.c $(LDFLAGS)
bluenoise: fft.c fft.h bluenoise.c gtk-utils.c
$(CC) $(GTKFLAGS) -o bluenoise fft.c bluenoise.c gtk-utils.c $(LDFLAGS)