From 960fc6644714c1231a0822bc24b0750c873557df Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 5 Nov 2010 09:36:00 +0100 Subject: 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 --- ipa-client/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipa-client/Makefile.am') diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am index ebb9a8392..7d152fbfd 100644 --- a/ipa-client/Makefile.am +++ b/ipa-client/Makefile.am @@ -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) -- cgit