From 6e65e1bfb487a893a4d8dbd2a812686677ad784d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 21 Apr 2023 12:51:28 +0200 Subject: Fix build --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 5d31f5a..3fa1855 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,6 +2,7 @@ AM_CFLAGS = \ $(GLOBAL_CFLAGS) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/libcnary/include +AM_CPPFLAGS = $(AM_CFLAGS) AM_LDFLAGS = -- cgit v1.1-32-gdbae