aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-30 22:58:00 +0100
committerMattias Andrée <maandree@kth.se>2023-01-30 22:58:00 +0100
commita4b5b706053b4796a3418345a49f0e6ff0623572 (patch)
treead9dafed98b05d0349ec5f171783f8ddce7841a9 /Makefile
parentFix warnings, add restrict, and add function attributes (diff)
downloadlibglitter-a4b5b706053b4796a3418345a49f0e6ff0623572.tar.gz
libglitter-a4b5b706053b4796a3418345a49f0e6ff0623572.tar.bz2
libglitter-a4b5b706053b4796a3418345a49f0e6ff0623572.tar.xz
Add libglitter_redistribute_energy_double stub
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98fe38a..cb23ead 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,8 @@ OBJ =\
libglitter_get_colour_model_conversion_matrix_float.o\
libglitter_per_channel_desaturate_double.o\
libglitter_per_channel_desaturate_float.o\
+ libglitter_redistribute_energy_double.o\
+ libglitter_redistribute_energy_float.o\
libglitter_reorder_rasters.o\
libglitter_split_uint32_raster.o\
libglitter_split_uint64_raster.o\