Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443634
Collapse All | Expand All

(-)git-1.8.0.orig/contrib/credential/gnome-keyring/Makefile (-3 / +3 lines)
Lines 1-11 Link Here
1
MAIN:=git-credential-gnome-keyring
1
MAIN:=git-credential-gnome-keyring
2
all:: $(MAIN)
2
all:: $(MAIN)
3
3
4
CC = gcc
4
CC ?= gcc
5
RM = rm -f
5
RM ?= rm -f
6
CFLAGS = -g -O2 -Wall
6
CFLAGS ?= -g -O2 -Wall
7
7
8
-include ../../../config.mak.autogen
8
-include ../../../config.mak.autogen
9
-include ../../../config.mak
9
-include ../../../config.mak
10
10
11
INCS:=$(shell pkg-config --cflags gnome-keyring-1)
11
INCS:=$(shell pkg-config --cflags gnome-keyring-1)

Return to bug 443634