aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/purple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/purple/Makefile b/protocols/purple/Makefile
index bdefbd5f..15460529 100644
--- a/protocols/purple/Makefile
+++ b/protocols/purple/Makefile
@@ -11,7 +11,7 @@
# [SH] Program variables
objects = purple.o
-CFLAGS += -Wall $$(pkg-config purple --cflags)
+CFLAGS += -Wall $(PURPLE_CFLAGS)
LFLAGS += -r
# [SH] Phony targets