From 5a5c5cdeb92f4012fc75fd717bfea06598f68f12 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 20 Jan 2015 16:27:41 -0500 Subject: UTIL: convert GeneralizedTime to unix time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New utility function *sss_utc_to_time_t* to convert GeneralizedTime to unix time. Reviewed-by: Lukáš Slebodník Reviewed-by: Jakub Hrozek --- Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0142b4217..a02f5679b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1555,15 +1555,18 @@ simple_access_tests_LDADD = \ libsss_test_common.la util_tests_SOURCES = \ - src/tests/util-tests.c + src/tests/util-tests.c \ + $(NULL) util_tests_CFLAGS = \ $(AM_CFLAGS) \ - $(CHECK_CFLAGS) + $(CHECK_CFLAGS) \ + $(NULL) util_tests_LDADD = \ $(SSSD_LIBS) \ $(CHECK_LIBS) \ $(SSSD_INTERNAL_LTLIBS) \ - libsss_test_common.la + libsss_test_common.la \ + $(NULL) safe_format_tests_SOURCES = \ src/tests/safe-format-tests.c -- cgit