From 67f315b14f23a42e4b6689978ba6fb1574fbe416 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 2 Aug 2023 16:03:18 +0200 Subject: [PATCH] fix linking on gentoo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b67f58..38c4eb4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PROGN := probotic CC := cc CFLAGS := -std=c99 -Wall -Wextra -Wpedantic -CPPFLAGS := -I/usr/bin/ircclient/ +CPPFLAGS := -I/usr/bin/ircclient/ -I /usr/include/libircclient/ LDFLAGS := -lircclient SRC.DIR := src