You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
384 B

  1. --- a/core/Makefile
  2. +++ b/core/Makefile
  3. @@ -25,7 +25,7 @@ ifndef SYSTEM_QUASSELC
  4. QUASSELC_FLAGS:=-Ilib
  5. else
  6. QUASSELC_FLAGS:=$(shell pkg-config --cflags quasselc)
  7. - LDFLAGS += -lquasselc
  8. + LDFLAGS += $(shell pkg-config --libs quasselc)
  9. endif
  10. CFLAGS+=-std=gnu11 -Wall -Wextra -Werror -g $(IRSSI_CFLAGS) $(QUASSELC_FLAGS) -Wmissing-prototypes -Wmissing-declarations