add image.c to the build process
authorDerek Foreman <manmower@gmail.com>
Wed, 26 Mar 2003 05:38:02 +0000 (05:38 +0000)
committerDerek Foreman <manmower@gmail.com>
Wed, 26 Mar 2003 05:38:02 +0000 (05:38 +0000)
render/Makefile.am

index f9c8779..69d5231 100644 (file)
@@ -7,9 +7,9 @@ noinst_PROGRAMS=rendertest
 rendertest_SOURCES=$(librender_a_SOURCES)
 
 noinst_LIBRARIES=librender.a
-librender_a_SOURCES=render.c test.c gradient.c color.c font.c mask.c
+librender_a_SOURCES=render.c test.c gradient.c color.c font.c mask.c image.c
 
-noinst_HEADERS=render.h gradient.h color.h font.h mask.h
+noinst_HEADERS=render.h gradient.h color.h font.h mask.h image.h
 
 MAINTAINERCLEANFILES= Makefile.in