diff options
author | Stef Walter <stefw@gnome.org> | 2012-02-01 13:34:08 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-02-03 20:44:46 +0100 |
commit | 46137f865bfcd131c82c4b2742e79f43e25a6c84 (patch) | |
tree | 44862ca51e29ce98bb02689693603d38d6317fc3 /autogen.sh | |
parent | 797b63f8e3e9144a86f943621aebc6ebcfeba683 (diff) | |
download | libsecret-46137f865bfcd131c82c4b2742e79f43e25a6c84.tar.gz |
Rename gsecret to libsecret
* Fixes the namespacing capitalization issues run into with
gobject-introspection and glib code tools
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd $srcdir -PROJECT=gsecret +PROJECT=libsecret TEST_TYPE=-f -FILE=library/gsecret-value.c +FILE=library/secret-value.c DIE=0 |