[libdmapsharing/LIBDMAPSHARING_3_0] tests/Makefile.am: add $(CHECK_LIBS) to unit_test_LDADD



commit c968b099315a82f387bcf36c2883a93a5c72b77a
Author: W. Michael Petullo <mike flyn org>
Date:   Tue Jun 30 21:24:30 2020 -0500

    tests/Makefile.am: add $(CHECK_LIBS) to unit_test_LDADD

 tests/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a32143f..9ec2381 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -124,6 +124,7 @@ unit_test_SOURCES = \
        unit-test.c
 
 unit_test_LDADD = \
+       $(CHECK_LIBS) \
        $(GLIB_LIBS) \
        $(GOBJECT_LIBS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]