From c301a55b88a131f081a844552327c0ab85db017c Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 8 Apr 2023 23:39:10 +0200 Subject: connect st term api --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d34a6af..ec65cfe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ +VERSION = 0.0.0 PROTOCOLS = xdg-shell-client-protocol.c -SRC = ${PROTOCOLS} swt.c drw.c util.c wayland.c +SRC = ${PROTOCOLS} swt.c drw.c util.c wayland.c term.c OBJ = ${SRC:.c=.o} -CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread +CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600 LIBS = -lfreetype -lwayland-client -lrt -lxkbcommon -lm -lgrapheme all: swt -- cgit v1.2.3-70-g09d2