font.h and font.c
This commit is contained in:
parent
9ecdf13b8d
commit
74c683ee5f
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
|
||||
librender_a_SOURCES=render.c test.c gradient.c color.c font.c
|
||||
|
||||
noinst_HEADERS=render.h gradient.h color.h
|
||||
noinst_HEADERS=render.h gradient.h color.h font.h
|
||||
|
||||
MAINTAINERCLEANFILES= Makefile.in
|
||||
|
||||
|
|
Loading…
Reference in a new issue