We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b080a + 3cddb00 commit 1729853Copy full SHA for 1729853
contrib/credential/gnome-keyring/Makefile
@@ -4,12 +4,13 @@ all:: $(MAIN)
4
CC = gcc
5
RM = rm -f
6
CFLAGS = -g -O2 -Wall
7
+PKG_CONFIG = pkg-config
8
9
-include ../../../config.mak.autogen
10
-include ../../../config.mak
11
-INCS:=$(shell pkg-config --cflags gnome-keyring-1 glib-2.0)
12
-LIBS:=$(shell pkg-config --libs gnome-keyring-1 glib-2.0)
+INCS:=$(shell $(PKG_CONFIG) --cflags gnome-keyring-1 glib-2.0)
13
+LIBS:=$(shell $(PKG_CONFIG) --libs gnome-keyring-1 glib-2.0)
14
15
SRCS:=$(MAIN).c
16
OBJS:=$(SRCS:.c=.o)
0 commit comments