summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-02-01 13:34:08 +0100
committerStef Walter <stefw@gnome.org>2012-02-03 20:44:46 +0100
commit46137f865bfcd131c82c4b2742e79f43e25a6c84 (patch)
tree44862ca51e29ce98bb02689693603d38d6317fc3 /autogen.sh
parent797b63f8e3e9144a86f943621aebc6ebcfeba683 (diff)
downloadlibsecret-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-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 3773941..b862795 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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