mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
common: Rename private-keys.c to name-value.c
* common/private-keys.c: Rename to name-value.c. * common/private-keys.h: Rename to name-value.h. Chage all users. * common/t-private-keys.c: Rename to t-name-value.c. * common/Makefile.am: Adjust accordingly. -- The module is cool enough to be used for other purposes as well. Thus we better change the name. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e430ff6ad0
commit
b841a883a2
5 changed files with 17 additions and 12 deletions
|
@ -91,7 +91,7 @@ common_sources = \
|
|||
call-gpg.c call-gpg.h \
|
||||
exectool.c exectool.h \
|
||||
server-help.c server-help.h \
|
||||
private-keys.c private-keys.h
|
||||
name-value.c name-value.h
|
||||
|
||||
if HAVE_W32_SYSTEM
|
||||
common_sources += w32-reg.c w32-afunix.c w32-afunix.h
|
||||
|
@ -157,7 +157,7 @@ module_tests = t-stringhelp t-timestuff \
|
|||
t-convert t-percent t-gettime t-sysutils t-sexputil \
|
||||
t-session-env t-openpgp-oid t-ssh-utils \
|
||||
t-mapstrings t-zb32 t-mbox-util t-iobuf t-strlist \
|
||||
t-private-keys t-ccparray
|
||||
t-name-value t-ccparray
|
||||
if !HAVE_W32CE_SYSTEM
|
||||
module_tests += t-exechelp
|
||||
endif
|
||||
|
@ -206,7 +206,7 @@ t_zb32_LDADD = $(t_common_ldadd)
|
|||
t_mbox_util_LDADD = $(t_common_ldadd)
|
||||
t_iobuf_LDADD = $(t_common_ldadd)
|
||||
t_strlist_LDADD = $(t_common_ldadd)
|
||||
t_private_keys_LDADD = $(t_common_ldadd)
|
||||
t_name_value_LDADD = $(t_common_ldadd)
|
||||
t_ccparray_LDADD = $(t_common_ldadd)
|
||||
|
||||
# System specific test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue