mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-client code cleanup
Fixes errors about implicit function declaration and moves duplicated gettext code into a common module. Also silences some warnings. Signed-off-by: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
@@ -42,6 +42,7 @@ sbin_PROGRAMS = \
|
||||
|
||||
ipa_getkeytab_SOURCES = \
|
||||
ipa-getkeytab.c \
|
||||
ipa-client-common.c \
|
||||
$(KRB5_UTIL_SRCS) \
|
||||
$(NULL)
|
||||
|
||||
@@ -55,6 +56,7 @@ ipa_getkeytab_LDADD = \
|
||||
|
||||
ipa_rmkeytab_SOURCES = \
|
||||
ipa-rmkeytab.c \
|
||||
ipa-client-common.c \
|
||||
$(NULL)
|
||||
|
||||
ipa_rmkeytab_LDADD = \
|
||||
@@ -64,6 +66,7 @@ ipa_rmkeytab_LDADD = \
|
||||
|
||||
ipa_join_SOURCES = \
|
||||
config.c \
|
||||
ipa-client-common.c \
|
||||
ipa-join.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user