From 708ace20be7f0472c3981fdfc862b8656eaa23bc Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 23 Sep 2022 21:15:19 -0700 Subject: [PATCH] Fix builds on macOS --- libx52/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libx52/Makefile.am b/libx52/Makefile.am index f45fc26..6ba8a4e 100644 --- a/libx52/Makefile.am +++ b/libx52/Makefile.am @@ -62,6 +62,7 @@ libx52_string_test_SOURCES = \ libx52/x52_strerror.c libx52_string_test_CFLAGS = -I $(top_srcdir) -I $(top_srcdir)/libx52 libx52_string_test_LDFLAGS = @CMOCKA_LIBS@ +libx52_string_test_LDADD = libx52.la endif # Extra files that need to be in the distribution