From 3a8f6b575f4019f21c9425a26f1b346c08a197ae Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 16 Dec 2014 15:19:05 +0100 Subject: sbus: move common opath functions from ifp to sbus code These functions are quite general thus they may be part of sbus interface. Reviewed-by: Jakub Hrozek --- Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 660b3d40a..ff17b41c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -219,6 +219,7 @@ if HAVE_CMOCKA test_copy_keytab \ test_child_common \ responder_cache_req-tests \ + test_sbus_opath \ $(NULL) if BUILD_IFP @@ -2208,6 +2209,18 @@ responder_cache_req_tests_LDADD = \ libsss_test_common.la \ $(NULL) +test_sbus_opath_SOURCES = \ + src/tests/cmocka/test_sbus_opath.c \ + $(NULL) +test_sbus_opath_CFLAGS = \ + $(AM_CFLAGS) +test_sbus_opath_LDADD = \ + $(CMOCKA_LIBS) \ + $(SSSD_LIBS) \ + $(SSSD_INTERNAL_LTLIBS) \ + libsss_debug.la \ + libsss_test_common.la + endif # HAVE_CMOCKA noinst_PROGRAMS = pam_test_client -- cgit