Merge branch 'nd/tag-doc'
[gitweb.git] / contrib / credential / gnome-keyring / Makefile
index e6561d8db64206f98bb69113f3115ccde3d3854e..c3c7c98aa126470a4794903bc1e6b3be9b6d58cf 100644 (file)
@@ -8,8 +8,8 @@ CFLAGS = -g -O2 -Wall
 -include ../../../config.mak.autogen
 -include ../../../config.mak
 
-INCS:=$(shell pkg-config --cflags gnome-keyring-1)
-LIBS:=$(shell pkg-config --libs gnome-keyring-1)
+INCS:=$(shell pkg-config --cflags gnome-keyring-1 glib-2.0)
+LIBS:=$(shell pkg-config --libs gnome-keyring-1 glib-2.0)
 
 SRCS:=$(MAIN).c
 OBJS:=$(SRCS:.c=.o)