Rename the library subdirectory to libsecret
authorStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 08:32:36 +0000 (10:32 +0200)
committerStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 08:40:25 +0000 (10:40 +0200)
 * Death by a thousand paper cuts from gir and vapi not liking
   the fact that the secret.h file was not usable uninstalled
   and installed in the same way.

71 files changed:
.gitignore
Makefile.am
autogen.sh
configure.ac
docs/reference/libsecret/Makefile.am
docs/reference/libsecret/libsecret-sections.txt
libsecret/Makefile.am [moved from library/Makefile.am with 97% similarity]
libsecret/Secret-0.metadata [moved from library/Secret-0.metadata with 100% similarity]
libsecret/libsecret.pc.in [moved from library/libsecret.pc.in with 100% similarity]
libsecret/org.freedesktop.Secrets.xml [moved from library/org.freedesktop.Secrets.xml with 100% similarity]
libsecret/secret-attributes.c [moved from library/secret-attributes.c with 100% similarity]
libsecret/secret-attributes.h [moved from library/secret-attributes.h with 91% similarity]
libsecret/secret-collection.c [moved from library/secret-collection.c with 100% similarity]
libsecret/secret-collection.h [moved from library/secret-collection.h with 98% similarity]
libsecret/secret-enum-types.c.template [moved from library/secret-enum-types.c.template with 100% similarity]
libsecret/secret-enum-types.h.template [moved from library/secret-enum-types.h.template with 100% similarity]
libsecret/secret-item.c [moved from library/secret-item.c with 100% similarity]
libsecret/secret-item.h [moved from library/secret-item.h with 99% similarity]
libsecret/secret-methods.c [moved from library/secret-methods.c with 100% similarity]
libsecret/secret-password.c [moved from library/secret-password.c with 100% similarity]
libsecret/secret-password.h [moved from library/secret-password.h with 98% similarity]
libsecret/secret-paths.c [moved from library/secret-paths.c with 100% similarity]
libsecret/secret-paths.h [moved from library/secret-paths.h with 99% similarity]
libsecret/secret-private.h [moved from library/secret-private.h with 100% similarity]
libsecret/secret-prompt.c [moved from library/secret-prompt.c with 100% similarity]
libsecret/secret-prompt.h [moved from library/secret-prompt.h with 97% similarity]
libsecret/secret-schema.c [moved from library/secret-schema.c with 100% similarity]
libsecret/secret-schema.h [moved from library/secret-schema.h with 95% similarity]
libsecret/secret-schemas.c [moved from library/secret-schemas.c with 100% similarity]
libsecret/secret-schemas.h [moved from library/secret-schemas.h with 91% similarity]
libsecret/secret-service.c [moved from library/secret-service.c with 100% similarity]
libsecret/secret-service.h [moved from library/secret-service.h with 99% similarity]
libsecret/secret-session.c [moved from library/secret-session.c with 100% similarity]
libsecret/secret-types.h [moved from library/secret-types.h with 93% similarity]
libsecret/secret-unstable.h [moved from library/secret-unstable.h with 69% similarity]
libsecret/secret-util.c [moved from library/secret-util.c with 100% similarity]
libsecret/secret-value.c [moved from library/secret-value.c with 100% similarity]
libsecret/secret-value.h [moved from library/secret-value.h with 94% similarity]
libsecret/secret.h [moved from library/secret.h with 80% similarity]
libsecret/tests/Makefile.am [moved from library/tests/Makefile.am with 92% similarity]
libsecret/tests/mock-service-delete.py [moved from library/tests/mock-service-delete.py with 100% similarity]
libsecret/tests/mock-service-lock.py [moved from library/tests/mock-service-lock.py with 100% similarity]
libsecret/tests/mock-service-normal.py [moved from library/tests/mock-service-normal.py with 100% similarity]
libsecret/tests/mock-service-only-plain.py [moved from library/tests/mock-service-only-plain.py with 100% similarity]
libsecret/tests/mock-service-prompt.py [moved from library/tests/mock-service-prompt.py with 100% similarity]
libsecret/tests/mock-service.c [moved from library/tests/mock-service.c with 100% similarity]
libsecret/tests/mock-service.h [moved from library/tests/mock-service.h with 100% similarity]
libsecret/tests/mock/__init__.py [moved from library/tests/mock/__init__.py with 100% similarity]
libsecret/tests/mock/aes.py [moved from library/tests/mock/aes.py with 100% similarity]
libsecret/tests/mock/dh.py [moved from library/tests/mock/dh.py with 100% similarity]
libsecret/tests/mock/hkdf.py [moved from library/tests/mock/hkdf.py with 100% similarity]
libsecret/tests/mock/service.py [moved from library/tests/mock/service.py with 100% similarity]
libsecret/tests/test-collection.c [moved from library/tests/test-collection.c with 100% similarity]
libsecret/tests/test-item.c [moved from library/tests/test-item.c with 100% similarity]
libsecret/tests/test-lookup-password.js [moved from library/tests/test-lookup-password.js with 100% similarity]
libsecret/tests/test-lookup-password.py [moved from library/tests/test-lookup-password.py with 100% similarity]
libsecret/tests/test-methods.c [moved from library/tests/test-methods.c with 100% similarity]
libsecret/tests/test-password.c [moved from library/tests/test-password.c with 100% similarity]
libsecret/tests/test-paths.c [moved from library/tests/test-paths.c with 100% similarity]
libsecret/tests/test-prompt.c [moved from library/tests/test-prompt.c with 100% similarity]
libsecret/tests/test-remove-password.js [moved from library/tests/test-remove-password.js with 100% similarity]
libsecret/tests/test-remove-password.py [moved from library/tests/test-remove-password.py with 100% similarity]
libsecret/tests/test-service.c [moved from library/tests/test-service.c with 100% similarity]
libsecret/tests/test-session.c [moved from library/tests/test-session.c with 100% similarity]
libsecret/tests/test-store-password.js [moved from library/tests/test-store-password.js with 100% similarity]
libsecret/tests/test-store-password.py [moved from library/tests/test-store-password.py with 100% similarity]
libsecret/tests/test-vala-lang.vala [moved from library/tests/test-vala-lang.vala with 100% similarity]
libsecret/tests/test-value.c [moved from library/tests/test-value.c with 100% similarity]
po/POTFILES.in
po/pl.po
tool/Makefile.am

index 578fbda..43fbffd 100644 (file)
@@ -66,14 +66,14 @@ stamp*
 /egg/tests/test-*
 !/egg/tests/test-*.c
 
-/library/secret-dbus-generated.[ch]
-/library/secret-enum-types.[ch]
-/library/tests/test-*
-/library/tests/*.metadata
-!/library/tests/test-*.c
-!/library/tests/test-*.js
-!/library/tests/test-*.py
-!/library/tests/test-*.vala
-/library/tests/test-vala-lang.c
+/libsecret/secret-dbus-generated.[ch]
+/libsecret/secret-enum-types.[ch]
+/libsecret/tests/test-*
+/libsecret/tests/*.metadata
+!/libsecret/tests/test-*.c
+!/libsecret/tests/test-*.js
+!/libsecret/tests/test-*.py
+!/libsecret/tests/test-*.vala
+/libsecret/tests/test-vala-lang.c
 
 /tool/secret-tool
index 118da59..3a64aaf 100644 (file)
@@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.decl
 
 ACLOCAL_AMFLAGS = -I build/m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = build egg library tool po docs .
+SUBDIRS = build egg libsecret tool po docs .
 
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-debug=yes \
index 7afd1b3..1826300 100755 (executable)
@@ -8,7 +8,7 @@ ORIGDIR=`pwd`
 cd $srcdir
 PROJECT=libsecret
 TEST_TYPE=-f
-FILE=library/secret-value.c
+FILE=libsecret/secret-value.c
 
 DIE=0
 
index cd8c674..548e45d 100644 (file)
@@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([build/m4])
 AM_INIT_AUTOMAKE([1.11 tar-ustar foreign -Wno-portability])
 AM_SANITY_CHECK
 AM_CONFIG_HEADER(config.h)
-AC_CONFIG_SRCDIR([library/secret-value.c])
+AC_CONFIG_SRCDIR([libsecret/secret-value.c])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_MAINTAINER_MODE([enable])
 
@@ -247,9 +247,9 @@ AC_CONFIG_FILES([
        egg/tests/Makefile
        po/Makefile.in
        po/Makefile
-       library/Makefile
-       library/libsecret.pc
-       library/tests/Makefile
+       libsecret/Makefile
+       libsecret/libsecret.pc
+       libsecret/tests/Makefile
        tool/Makefile
 ])
 AC_OUTPUT
index eb2b19e..5f05319 100644 (file)
@@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # gtk-doc will search all .c & .h files beneath here for inline comments
 # documenting the functions and macros.
 # e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=$(top_srcdir)/library
+DOC_SOURCE_DIR=$(top_srcdir)/libsecret
 
 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
 SCANGOBJ_OPTIONS=
@@ -48,8 +48,8 @@ FIXXREF_OPTIONS=
 # Used for dependencies. The docs will be rebuilt if any of these change.
 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(top_srcdir)/library/*.h
-CFILE_GLOB=$(top_srcdir)/library/*.c
+HFILE_GLOB=$(top_srcdir)/libsecret/*.h
+CFILE_GLOB=$(top_srcdir)/libsecret/*.c
 
 # Extra header to include when scanning, which are not under DOC_SOURCE_DIR
 # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
@@ -86,7 +86,7 @@ expand_content_files = \
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error
 GTKDOC_LIBS= $(GLIB_LIBS) $(GOBJECT_LIBS) \
-       $(top_builddir)/library/libsecret-@SECRET_MAJOR@.la
+       $(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
index 04057fe..245f1b8 100644 (file)
@@ -1,6 +1,6 @@
 <SECTION>
 <FILE>secret-collection</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
 SecretCollection
 SecretCollectionClass
 SecretCollectionFlags
@@ -48,7 +48,7 @@ secret_collection_create_flags_get_type
 
 <SECTION>
 <FILE>secret-item</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
 SecretItem
 SecretItemClass
 SecretItemFlags
@@ -100,7 +100,7 @@ secret_item_create_flags_get_type
 
 <SECTION>
 <FILE>secret-error</FILE>
-<INCLUDE>secret/secret.h</INCLUDE>
+<INCLUDE>libsecret/secret.h</INCLUDE>
 SECRET_ERROR
 SecretError
 <SUBSECTION Standard>
@@ -111,7 +111,7 @@ secret_error_get_type
 
 <SECTION>
 <FILE>secret-password</FILE>
-<INCLUDE>secret/secret.h</INCLUDE>
+<INCLUDE>libsecret/secret.h</INCLUDE>
 SECRET_COLLECTION_DEFAULT
 SECRET_COLLECTION_SESSION
 secret_password_store
@@ -138,7 +138,7 @@ secret_password_free
 
 <SECTION>
 <FILE>secret-schema</FILE>
-<INCLUDE>secret/secret.h</INCLUDE>
+<INCLUDE>libsecret/secret.h</INCLUDE>
 SECRET_SCHEMA_NOTE
 SECRET_SCHEMA_COMPAT_NETWORK
 SecretSchema
@@ -160,7 +160,7 @@ SECRET_TYPE_SCHEMA_ATTRIBUTE_TYPE
 
 <SECTION>
 <FILE>secret-prompt</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
 SecretPrompt
 SecretPromptClass
 secret_prompt_perform
@@ -180,7 +180,7 @@ secret_prompt_get_type
 
 <SECTION>
 <FILE>secret-service</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
 SecretService
 SecretServiceClass
 SecretServiceFlags
@@ -242,7 +242,7 @@ secret_service_get_type
 
 <SECTION>
 <FILE>secret-paths</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
 secret_collection_new_for_dbus_path
 secret_collection_new_for_dbus_path_finish
 secret_collection_new_for_dbus_path_sync
@@ -290,7 +290,7 @@ secret_service_set_alias_to_dbus_path_sync
 
 <SECTION>
 <FILE>secret-value</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
 SecretValue
 secret_value_new
 secret_value_new_full
@@ -305,7 +305,7 @@ secret_value_get_type
 
 <SECTION>
 <FILE>secret-attributes</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
 secret_attributes_build
 secret_attributes_buildv
 </SECTION>
similarity index 97%
rename from library/Makefile.am
rename to libsecret/Makefile.am
index c45c10f..b071994 100644 (file)
@@ -18,7 +18,7 @@ INCLUDES = \
 lib_LTLIBRARIES = libsecret-@SECRET_MAJOR@.la
 
 
-incdir = $(includedir)/secret-@SECRET_MAJOR@/secret
+incdir = $(includedir)/secret-@SECRET_MAJOR@/libsecret
 
 HEADER_FILES = \
        secret.h \
@@ -119,7 +119,7 @@ Secret_@SECRET_MAJOR@_gir_INCLUDES = GObject-2.0 Gio-2.0
 Secret_@SECRET_MAJOR@_gir_LIBS = libsecret-@SECRET_MAJOR@.la
 Secret_@SECRET_MAJOR@_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -DSECRET_COMPILATION -DSECRET_API_SUBJECT_TO_CHANGE
 Secret_@SECRET_MAJOR@_gir_FILES = $(PUBLIC_FILES)
-Secret_@SECRET_MAJOR@_gir_SCANNERFLAGS = --c-include "secret.h"
+Secret_@SECRET_MAJOR@_gir_SCANNERFLAGS = --c-include "libsecret/secret.h"
 
 girdir = $(datadir)/gir-1.0
 gir_DATA = $(INTROSPECTION_GIRS)
similarity index 91%
rename from library/secret-attributes.h
rename to libsecret/secret-attributes.h
index 91c2735..b2591bd 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_ATTRIBUTES_H__
similarity index 98%
rename from library/secret-collection.h
rename to libsecret/secret-collection.h
index f367dbe..24fdf10 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_COLLECTION_H__
similarity index 99%
rename from library/secret-item.h
rename to libsecret/secret-item.h
index 05dbb1c..2c6dc54 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_ITEM_H__
similarity index 98%
rename from library/secret-password.h
rename to libsecret/secret-password.h
index 58a42d6..a7bcbe3 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_PASSWORD_H__
similarity index 99%
rename from library/secret-paths.h
rename to libsecret/secret-paths.h
index 19cb501..11a0efa 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_PATHS_H__
similarity index 97%
rename from library/secret-prompt.h
rename to libsecret/secret-prompt.h
index 15b035e..56ec893 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_PROMPT_H__
similarity index 95%
rename from library/secret-schema.h
rename to libsecret/secret-schema.h
index ccbf5c9..481f73a 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_SCHEMA_H__
similarity index 91%
rename from library/secret-schemas.h
rename to libsecret/secret-schemas.h
index 82c5b28..3a0855a 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_SCHEMAS_H__
similarity index 99%
rename from library/secret-service.h
rename to libsecret/secret-service.h
index 69d3ce0..ea958e1 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_SERVICE_H__
similarity index 93%
rename from library/secret-types.h
rename to libsecret/secret-types.h
index a7977df..a6c3ad9 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_TYPES_H__
similarity index 69%
rename from library/secret-unstable.h
rename to libsecret/secret-unstable.h
index 0a781bd..c6fc0f4 100644 (file)
 
 #include <glib.h>
 
-#include <secret/secret.h>
+#include <libsecret/secret.h>
 
 #define __SECRET_INSIDE_HEADER__
 
-#include <secret/secret-attributes.h>
-#include <secret/secret-collection.h>
-#include <secret/secret-enum-types.h>
-#include <secret/secret-item.h>
-#include <secret/secret-paths.h>
-#include <secret/secret-prompt.h>
-#include <secret/secret-service.h>
-#include <secret/secret-value.h>
+#include <libsecret/secret-attributes.h>
+#include <libsecret/secret-collection.h>
+#include <libsecret/secret-enum-types.h>
+#include <libsecret/secret-item.h>
+#include <libsecret/secret-paths.h>
+#include <libsecret/secret-prompt.h>
+#include <libsecret/secret-service.h>
+#include <libsecret/secret-value.h>
 
 #undef __SECRET_INSIDE_HEADER__
 
similarity index 94%
rename from library/secret-value.h
rename to libsecret/secret-value.h
index cdd7035..b3b53b0 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
-#error "Only <secret/secret.h> or <secret/secret-unstable.h> can be included directly."
+#error "Only <libsecret/secret.h> or <libsecret/secret-unstable.h> can be included directly."
 #endif
 
 #ifndef __SECRET_VALUE_H__
similarity index 80%
rename from library/secret.h
rename to libsecret/secret.h
index a9306d7..0c03c30 100644 (file)
 
 #define __SECRET_INSIDE_HEADER__
 
-#include <secret/secret-password.h>
-#include <secret/secret-schema.h>
-#include <secret/secret-schemas.h>
-#include <secret/secret-types.h>
+#include <libsecret/secret-password.h>
+#include <libsecret/secret-schema.h>
+#include <libsecret/secret-schemas.h>
+#include <libsecret/secret-types.h>
 
 #undef __SECRET_INSIDE_HEADER__
 
similarity index 92%
rename from library/tests/Makefile.am
rename to libsecret/tests/Makefile.am
index 994c41e..d4456a1 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
 
 INCLUDES = \
        -I$(top_srcdir) \
-       -I$(top_srcdir)/library \
+       -I$(top_srcdir)/libsecret \
        -DSRCDIR="\"@abs_srcdir@\"" \
        -DSECRET_COMPILATION \
        $(NULL)
@@ -22,12 +22,12 @@ libmock_service_la_LDFLAGS = \
 
 libmock_service_la_LIBADD = \
        $(top_builddir)/egg/libegg.la \
-       $(top_builddir)/library/libsecret-@SECRET_MAJOR@.la \
+       $(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la \
        $(LIBGCRYPT_LIBS)
 
 LDADD =  \
        $(top_builddir)/egg/libegg.la \
-       $(top_builddir)/library/libsecret-@SECRET_MAJOR@.la \
+       $(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la \
        libmock_service.la \
        $(NULL)
 
@@ -159,15 +159,15 @@ vapi_DATA = mock-service-0.vapi
 
 VAPIGEN_VAPIS += libsecret-@SECRET_MAJOR@.vapi
 
-Secret-@SECRET_MAJOR@.metadata: $(top_srcdir)/library/Secret-@SECRET_MAJOR@.metadata
+Secret-@SECRET_MAJOR@.metadata: $(top_srcdir)/libsecret/Secret-@SECRET_MAJOR@.metadata
        $(AM_V_GEN) echo "* cheader_filename=\"secret-collection.h,secret-item.h,secret-password.h,secret-prompt.h,secret-schema.h,secret-schemas.h,secret-service.h,secret-types.h,secret-value.h\"" > $@ && \
        cat < $^ >> $@
 
-libsecret-@SECRET_MAJOR@.vapi: Secret-@SECRET_MAJOR@.metadata $(top_builddir)/library/Secret-@SECRET_MAJOR@.gir
+libsecret-@SECRET_MAJOR@.vapi: Secret-@SECRET_MAJOR@.metadata $(top_builddir)/libsecret/Secret-@SECRET_MAJOR@.gir
 
 libsecret_@SECRET_MAJOR@_vapi_DEPS = gio-2.0
 libsecret_@SECRET_MAJOR@_vapi_METADATADIRS = $(srcdir)
-libsecret_@SECRET_MAJOR@_vapi_FILES = $(top_builddir)/library/Secret-@SECRET_MAJOR@.gir
+libsecret_@SECRET_MAJOR@_vapi_FILES = $(top_builddir)/libsecret/Secret-@SECRET_MAJOR@.gir
 
 noinst_DATA += $(VAPIGEN_VAPIS)
 
index cb0a9bd..11ac4ee 100644 (file)
@@ -1,3 +1,3 @@
-library/secret-item.c
-library/secret-session.c
+libsecret/secret-item.c
+libsecret/secret-session.c
 tool/secret-tool.c
index b2998cc..2a6bcd7 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -21,12 +21,12 @@ msgstr ""
 "X-Poedit-Language: Polish\n"
 "X-Poedit-Country: Poland\n"
 
-#: ../library/secret-item.c:994
+#: ../libsecret/secret-item.c:994
 #, c-format
 msgid "Received invalid secret from the secret storage"
 msgstr "Otrzymano nieprawidłowy sekret z przechowalni"
 
-#: ../library/secret-session.c:244 ../library/secret-session.c:281
+#: ../libsecret/secret-session.c:244 ../libsecret/secret-session.c:281
 msgid "Couldn't communicate with the secret storage"
 msgstr "Nie można komunikować się z przechowalnią"
 
index c461c73..691d27f 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
 
 INCLUDES = \
        -I$(top_srcdir) \
-       -I$(top_srcdir)/library \
+       -I$(top_srcdir)/libsecret \
        -DSECRET_COMPILATION \
        $(NULL)
 
@@ -12,4 +12,4 @@ secret_tool_SOURCES = \
        secret-tool.c
 
 secret_tool_LDADD = \
-       $(top_builddir)/library/libsecret-0.la
+       $(top_builddir)/libsecret/libsecret-0.la