2016-11-01 02:22:54 +00:00
|
|
|
--- a/core/Makefile
|
|
|
|
+++ b/core/Makefile
|
2019-01-06 03:01:29 +00:00
|
|
|
@@ -25,7 +25,7 @@ ifndef SYSTEM_QUASSELC
|
2016-11-01 02:22:54 +00:00
|
|
|
QUASSELC_FLAGS:=-Ilib
|
|
|
|
else
|
|
|
|
QUASSELC_FLAGS:=$(shell pkg-config --cflags quasselc)
|
|
|
|
- LDFLAGS += -lquasselc
|
|
|
|
+ LDFLAGS += $(shell pkg-config --libs quasselc)
|
|
|
|
endif
|
|
|
|
|
2018-11-16 23:54:57 +00:00
|
|
|
CFLAGS+=-std=gnu11 -Wall -Wextra -Werror -g $(IRSSI_CFLAGS) $(QUASSELC_FLAGS) -Wmissing-prototypes -Wmissing-declarations
|