>From b7bd1821d6147e4928543a34263ccdaa766faf4b Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 19 Oct 2015 08:48:03 +0200 Subject: [PATCH 2/3] BUILD: Remove unused variables LIBCAPNG_{CFLAGS,LIBS} are not defined anywhere in sssd. It could be introduced as copy&paste error from different project. --- src/tests/cwrap/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am index 653c118cef23d6ac727015b60feea85f57e345ba..039ef8b565d0aa6dc876e847189d160195e913db 100644 --- a/src/tests/cwrap/Makefile.am +++ b/src/tests/cwrap/Makefile.am @@ -97,14 +97,12 @@ server_tests_SOURCES = \ $(NULL) server_tests_CFLAGS = \ $(AM_CFLAGS) \ - $(LIBCAPNG_CFLAGS) \ -DTEST_DB_PATH=\"server_tests\" \ -DTEST_PID_PATH=\"server_tests\" \ -DUNIT_TESTING \ $(NULL) server_tests_LDADD = \ $(CMOCKA_LIBS) \ - $(LIBCAPNG_LIBS) \ $(UNICODE_LIBS) \ $(SSSD_LIBS) \ $(abs_top_builddir)/libsss_debug.la \ -- 2.5.0