aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-21 19:30:25 +0100
committerMattias Andrée <maandree@kth.se>2023-01-21 19:32:34 +0100
commit4114f87af993991c7aab55ff86be3003d43244f3 (patch)
treeb5841672b4a48c02a9015ddc273f7b64ad9bec3a /Makefile
parentAdd integer versions of libglitter_compose_* (diff)
downloadlibglitter-4114f87af993991c7aab55ff86be3003d43244f3.tar.gz
libglitter-4114f87af993991c7aab55ff86be3003d43244f3.tar.bz2
libglitter-4114f87af993991c7aab55ff86be3003d43244f3.tar.xz
Add render context
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index baf2581..b0f2b07 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,13 @@ OBJ =\
libglitter_compose_uint16.o\
libglitter_compose_uint32.o\
libglitter_compose_uint64.o\
- libglitter_compose_uint8.o
+ libglitter_compose_uint8.o\
+ libglitter_create_render_context.o\
+ libglitter_free_render_context.o\
+ libglitter_update_render_context.o
HDR =\
+ common.h\
libglitter.h
LOBJ = $(OBJ:.o=.lo)