Rename the library subdirectory to libsecret

* 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.
This commit is contained in:
Stef Walter 2012-07-13 10:32:36 +02:00
parent 931f677c7a
commit 5cc30b2b68
71 changed files with 67 additions and 67 deletions

18
.gitignore vendored
View File

@ -66,14 +66,14 @@ stamp*
/egg/tests/test-* /egg/tests/test-*
!/egg/tests/test-*.c !/egg/tests/test-*.c
/library/secret-dbus-generated.[ch] /libsecret/secret-dbus-generated.[ch]
/library/secret-enum-types.[ch] /libsecret/secret-enum-types.[ch]
/library/tests/test-* /libsecret/tests/test-*
/library/tests/*.metadata /libsecret/tests/*.metadata
!/library/tests/test-*.c !/libsecret/tests/test-*.c
!/library/tests/test-*.js !/libsecret/tests/test-*.js
!/library/tests/test-*.py !/libsecret/tests/test-*.py
!/library/tests/test-*.vala !/libsecret/tests/test-*.vala
/library/tests/test-vala-lang.c /libsecret/tests/test-vala-lang.c
/tool/secret-tool /tool/secret-tool

View File

@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.decl
ACLOCAL_AMFLAGS = -I build/m4 ${ACLOCAL_FLAGS} ACLOCAL_AMFLAGS = -I build/m4 ${ACLOCAL_FLAGS}
SUBDIRS = build egg library tool po docs . SUBDIRS = build egg libsecret tool po docs .
DISTCHECK_CONFIGURE_FLAGS = \ DISTCHECK_CONFIGURE_FLAGS = \
--enable-debug=yes \ --enable-debug=yes \

View File

@ -8,7 +8,7 @@ ORIGDIR=`pwd`
cd $srcdir cd $srcdir
PROJECT=libsecret PROJECT=libsecret
TEST_TYPE=-f TEST_TYPE=-f
FILE=library/secret-value.c FILE=libsecret/secret-value.c
DIE=0 DIE=0

View File

@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([build/m4])
AM_INIT_AUTOMAKE([1.11 tar-ustar foreign -Wno-portability]) AM_INIT_AUTOMAKE([1.11 tar-ustar foreign -Wno-portability])
AM_SANITY_CHECK AM_SANITY_CHECK
AM_CONFIG_HEADER(config.h) 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])]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE([enable]) AM_MAINTAINER_MODE([enable])
@ -247,9 +247,9 @@ AC_CONFIG_FILES([
egg/tests/Makefile egg/tests/Makefile
po/Makefile.in po/Makefile.in
po/Makefile po/Makefile
library/Makefile libsecret/Makefile
library/libsecret.pc libsecret/libsecret.pc
library/tests/Makefile libsecret/tests/Makefile
tool/Makefile tool/Makefile
]) ])
AC_OUTPUT AC_OUTPUT

View 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 # gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros. # documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk # 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. # Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS= SCANGOBJ_OPTIONS=
@ -48,8 +48,8 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change. # Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB=$(top_srcdir)/library/*.h HFILE_GLOB=$(top_srcdir)/libsecret/*.h
CFILE_GLOB=$(top_srcdir)/library/*.c CFILE_GLOB=$(top_srcdir)/libsecret/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR # Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
@ -86,7 +86,7 @@ expand_content_files = \
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error
GTKDOC_LIBS= $(GLIB_LIBS) $(GOBJECT_LIBS) \ 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. # This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make include $(top_srcdir)/gtk-doc.make

View File

@ -1,6 +1,6 @@
<SECTION> <SECTION>
<FILE>secret-collection</FILE> <FILE>secret-collection</FILE>
<INCLUDE>secret/secret-unstable.h</INCLUDE> <INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretCollection SecretCollection
SecretCollectionClass SecretCollectionClass
SecretCollectionFlags SecretCollectionFlags
@ -48,7 +48,7 @@ secret_collection_create_flags_get_type
<SECTION> <SECTION>
<FILE>secret-item</FILE> <FILE>secret-item</FILE>
<INCLUDE>secret/secret-unstable.h</INCLUDE> <INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretItem SecretItem
SecretItemClass SecretItemClass
SecretItemFlags SecretItemFlags
@ -100,7 +100,7 @@ secret_item_create_flags_get_type
<SECTION> <SECTION>
<FILE>secret-error</FILE> <FILE>secret-error</FILE>
<INCLUDE>secret/secret.h</INCLUDE> <INCLUDE>libsecret/secret.h</INCLUDE>
SECRET_ERROR SECRET_ERROR
SecretError SecretError
<SUBSECTION Standard> <SUBSECTION Standard>
@ -111,7 +111,7 @@ secret_error_get_type
<SECTION> <SECTION>
<FILE>secret-password</FILE> <FILE>secret-password</FILE>
<INCLUDE>secret/secret.h</INCLUDE> <INCLUDE>libsecret/secret.h</INCLUDE>
SECRET_COLLECTION_DEFAULT SECRET_COLLECTION_DEFAULT
SECRET_COLLECTION_SESSION SECRET_COLLECTION_SESSION
secret_password_store secret_password_store
@ -138,7 +138,7 @@ secret_password_free
<SECTION> <SECTION>
<FILE>secret-schema</FILE> <FILE>secret-schema</FILE>
<INCLUDE>secret/secret.h</INCLUDE> <INCLUDE>libsecret/secret.h</INCLUDE>
SECRET_SCHEMA_NOTE SECRET_SCHEMA_NOTE
SECRET_SCHEMA_COMPAT_NETWORK SECRET_SCHEMA_COMPAT_NETWORK
SecretSchema SecretSchema
@ -160,7 +160,7 @@ SECRET_TYPE_SCHEMA_ATTRIBUTE_TYPE
<SECTION> <SECTION>
<FILE>secret-prompt</FILE> <FILE>secret-prompt</FILE>
<INCLUDE>secret/secret-unstable.h</INCLUDE> <INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretPrompt SecretPrompt
SecretPromptClass SecretPromptClass
secret_prompt_perform secret_prompt_perform
@ -180,7 +180,7 @@ secret_prompt_get_type
<SECTION> <SECTION>
<FILE>secret-service</FILE> <FILE>secret-service</FILE>
<INCLUDE>secret/secret-unstable.h</INCLUDE> <INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretService SecretService
SecretServiceClass SecretServiceClass
SecretServiceFlags SecretServiceFlags
@ -242,7 +242,7 @@ secret_service_get_type
<SECTION> <SECTION>
<FILE>secret-paths</FILE> <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
secret_collection_new_for_dbus_path_finish secret_collection_new_for_dbus_path_finish
secret_collection_new_for_dbus_path_sync secret_collection_new_for_dbus_path_sync
@ -290,7 +290,7 @@ secret_service_set_alias_to_dbus_path_sync
<SECTION> <SECTION>
<FILE>secret-value</FILE> <FILE>secret-value</FILE>
<INCLUDE>secret/secret-unstable.h</INCLUDE> <INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretValue SecretValue
secret_value_new secret_value_new
secret_value_new_full secret_value_new_full
@ -305,7 +305,7 @@ secret_value_get_type
<SECTION> <SECTION>
<FILE>secret-attributes</FILE> <FILE>secret-attributes</FILE>
<INCLUDE>secret/secret-unstable.h</INCLUDE> <INCLUDE>libsecret/secret-unstable.h</INCLUDE>
secret_attributes_build secret_attributes_build
secret_attributes_buildv secret_attributes_buildv
</SECTION> </SECTION>

View File

@ -18,7 +18,7 @@ INCLUDES = \
lib_LTLIBRARIES = libsecret-@SECRET_MAJOR@.la lib_LTLIBRARIES = libsecret-@SECRET_MAJOR@.la
incdir = $(includedir)/secret-@SECRET_MAJOR@/secret incdir = $(includedir)/secret-@SECRET_MAJOR@/libsecret
HEADER_FILES = \ HEADER_FILES = \
secret.h \ 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_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_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_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 girdir = $(datadir)/gir-1.0
gir_DATA = $(INTROSPECTION_GIRS) gir_DATA = $(INTROSPECTION_GIRS)

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_ATTRIBUTES_H__ #ifndef __SECRET_ATTRIBUTES_H__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_COLLECTION_H__ #ifndef __SECRET_COLLECTION_H__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_ITEM_H__ #ifndef __SECRET_ITEM_H__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_PASSWORD_H__ #ifndef __SECRET_PASSWORD_H__

View File

@ -14,7 +14,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_PATHS_H__ #ifndef __SECRET_PATHS_H__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_PROMPT_H__ #ifndef __SECRET_PROMPT_H__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_SCHEMA_H__ #ifndef __SECRET_SCHEMA_H__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_SCHEMAS_H__ #ifndef __SECRET_SCHEMAS_H__

View File

@ -14,7 +14,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_SERVICE_H__ #ifndef __SECRET_SERVICE_H__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_TYPES_H__ #ifndef __SECRET_TYPES_H__

View File

@ -21,18 +21,18 @@
#include <glib.h> #include <glib.h>
#include <secret/secret.h> #include <libsecret/secret.h>
#define __SECRET_INSIDE_HEADER__ #define __SECRET_INSIDE_HEADER__
#include <secret/secret-attributes.h> #include <libsecret/secret-attributes.h>
#include <secret/secret-collection.h> #include <libsecret/secret-collection.h>
#include <secret/secret-enum-types.h> #include <libsecret/secret-enum-types.h>
#include <secret/secret-item.h> #include <libsecret/secret-item.h>
#include <secret/secret-paths.h> #include <libsecret/secret-paths.h>
#include <secret/secret-prompt.h> #include <libsecret/secret-prompt.h>
#include <secret/secret-service.h> #include <libsecret/secret-service.h>
#include <secret/secret-value.h> #include <libsecret/secret-value.h>
#undef __SECRET_INSIDE_HEADER__ #undef __SECRET_INSIDE_HEADER__

View File

@ -13,7 +13,7 @@
*/ */
#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) #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 #endif
#ifndef __SECRET_VALUE_H__ #ifndef __SECRET_VALUE_H__

View File

@ -19,10 +19,10 @@
#define __SECRET_INSIDE_HEADER__ #define __SECRET_INSIDE_HEADER__
#include <secret/secret-password.h> #include <libsecret/secret-password.h>
#include <secret/secret-schema.h> #include <libsecret/secret-schema.h>
#include <secret/secret-schemas.h> #include <libsecret/secret-schemas.h>
#include <secret/secret-types.h> #include <libsecret/secret-types.h>
#undef __SECRET_INSIDE_HEADER__ #undef __SECRET_INSIDE_HEADER__

View File

@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
INCLUDES = \ INCLUDES = \
-I$(top_srcdir) \ -I$(top_srcdir) \
-I$(top_srcdir)/library \ -I$(top_srcdir)/libsecret \
-DSRCDIR="\"@abs_srcdir@\"" \ -DSRCDIR="\"@abs_srcdir@\"" \
-DSECRET_COMPILATION \ -DSECRET_COMPILATION \
$(NULL) $(NULL)
@ -22,12 +22,12 @@ libmock_service_la_LDFLAGS = \
libmock_service_la_LIBADD = \ libmock_service_la_LIBADD = \
$(top_builddir)/egg/libegg.la \ $(top_builddir)/egg/libegg.la \
$(top_builddir)/library/libsecret-@SECRET_MAJOR@.la \ $(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la \
$(LIBGCRYPT_LIBS) $(LIBGCRYPT_LIBS)
LDADD = \ LDADD = \
$(top_builddir)/egg/libegg.la \ $(top_builddir)/egg/libegg.la \
$(top_builddir)/library/libsecret-@SECRET_MAJOR@.la \ $(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la \
libmock_service.la \ libmock_service.la \
$(NULL) $(NULL)
@ -159,15 +159,15 @@ vapi_DATA = mock-service-0.vapi
VAPIGEN_VAPIS += libsecret-@SECRET_MAJOR@.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\"" > $@ && \ $(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 < $^ >> $@ 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_DEPS = gio-2.0
libsecret_@SECRET_MAJOR@_vapi_METADATADIRS = $(srcdir) 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) noinst_DATA += $(VAPIGEN_VAPIS)

View File

@ -1,3 +1,3 @@
library/secret-item.c libsecret/secret-item.c
library/secret-session.c libsecret/secret-session.c
tool/secret-tool.c tool/secret-tool.c

View File

@ -21,12 +21,12 @@ msgstr ""
"X-Poedit-Language: Polish\n" "X-Poedit-Language: Polish\n"
"X-Poedit-Country: Poland\n" "X-Poedit-Country: Poland\n"
#: ../library/secret-item.c:994 #: ../libsecret/secret-item.c:994
#, c-format #, c-format
msgid "Received invalid secret from the secret storage" msgid "Received invalid secret from the secret storage"
msgstr "Otrzymano nieprawidłowy sekret z przechowalni" 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" msgid "Couldn't communicate with the secret storage"
msgstr "Nie można komunikować się z przechowalnią" msgstr "Nie można komunikować się z przechowalnią"

View File

@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
INCLUDES = \ INCLUDES = \
-I$(top_srcdir) \ -I$(top_srcdir) \
-I$(top_srcdir)/library \ -I$(top_srcdir)/libsecret \
-DSECRET_COMPILATION \ -DSECRET_COMPILATION \
$(NULL) $(NULL)
@ -12,4 +12,4 @@ secret_tool_SOURCES = \
secret-tool.c secret-tool.c
secret_tool_LDADD = \ secret_tool_LDADD = \
$(top_builddir)/library/libsecret-0.la $(top_builddir)/libsecret/libsecret-0.la