add mask.[ch]
This commit is contained in:
parent
1f63f7b331
commit
5f5b45a920
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
librender_a_SOURCES=render.c test.c gradient.c color.c font.c mask.c
|
||||
|
||||
noinst_HEADERS=render.h gradient.h color.h font.h
|
||||
noinst_HEADERS=render.h gradient.h color.h font.h mask.h
|
||||
|
||||
MAINTAINERCLEANFILES= Makefile.in
|
||||
|
||||
|
|
Loading…
Reference in a new issue