From 8bb05ac73a5b448b339ce0bc8d396c82c459b47f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 21:33:32 +0200 Subject: Merging upstream version 2.40. Signed-off-by: Daniel Baumann --- Documentation/Makemodule.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Documentation/Makemodule.am (limited to 'Documentation/Makemodule.am') diff --git a/Documentation/Makemodule.am b/Documentation/Makemodule.am new file mode 100644 index 0000000..0089a41 --- /dev/null +++ b/Documentation/Makemodule.am @@ -0,0 +1,4 @@ +check_PROGRAMS += test_boilerplate +test_boilerplate_SOURCES = Documentation/boilerplate.c +test_boilerplate_LDADD = $(LDADD) +test_boilerplate_CFLAGS = $(AM_CFLAGS) -- cgit v1.2.3