summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-06-28 20:08:14 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-06-28 20:08:14 +0200
commit3a74272a201cdfa3fd3992200d43f8f5ef34974a (patch)
tree72347531416db2251e43fca48c8d8672509ac658 /Makefile
parentsome changes I made on another laptop (diff)
downloadircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar
ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.gz
ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.bz2
ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.lz
ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.xz
ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.zst
ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4cc7f9..3622a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DESTDIR=/
CC = cc
-cflags = -O0 -Wall -I. -fpic -Wformat-security -Wextra -pedantic -g3 $(shell pkg-config --cflags libstrophe)
+cflags = -O0 -Wall -I. -fpic -Wformat-security -Wextra -pedantic -g3 $(shell pkg-config --cflags libstrophe) -I/usr/include/libircclient
ldflags = $(shell pkg-config --libs libstrophe) -lircclient
PROJ = ircxmpp
# cflags and ldflags are used so that users specifying CFLAGS and LDFLAGS do not override my flags