diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-21 19:30:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-21 19:32:34 +0100 |
commit | 4114f87af993991c7aab55ff86be3003d43244f3 (patch) | |
tree | b5841672b4a48c02a9015ddc273f7b64ad9bec3a /Makefile | |
parent | Add integer versions of libglitter_compose_* (diff) | |
download | libglitter-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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |