contrib/git-credential-gnome-keyring.c: set Gnome application name
commitff55c47d0f737cd33594e864a0e5a5e1d32fdd13
authorBrandon Casey <drafnel@gmail.com>
Mon, 23 Sep 2013 18:49:09 +0000 (23 11:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Oct 2013 16:35:31 +0000 (16 09:35 -0700)
treef5939ff133e3bc6294592a361b395373363cd50a
parent73bbc0796b4ce65bfb1a12b47a0edc27845ecf50
contrib/git-credential-gnome-keyring.c: set Gnome application name

Since this is a Gnome application, let's set the application name to
something reasonable.  This will be displayed in Gnome dialog boxes
e.g. the one that prompts for the user's keyring password.

We add an include statement for glib.h and add the glib-2.0 cflags and
libs to the compilation arguments, but both of these are really noops
since glib is already a dependency of gnome-keyring.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/credential/gnome-keyring/Makefile
contrib/credential/gnome-keyring/git-credential-gnome-keyring.c