aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-10 22:50:28 +0100
committerMattias Andrée <maandree@kth.se>2021-11-10 22:50:28 +0100
commit0c352cad10691992d261e7d0f9ec06fdb801ed34 (patch)
tree7ac493a2b99226421979040189cd6c48cfe2b59f /Makefile
parentAdd missing include directive (diff)
downloadlibfonts-0c352cad10691992d261e7d0f9ec06fdb801ed34.tar.gz
libfonts-0c352cad10691992d261e7d0f9ec06fdb801ed34.tar.bz2
libfonts-0c352cad10691992d261e7d0f9ec06fdb801ed34.tar.xz
Implement libfonts_calculate_subpixel_order
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28289b7..2ea54db 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
LIB_NAME = fonts
-OBJ =
+OBJ =\
+ libfonts_calculate_subpixel_order.o
HDR =\
libfonts.h