From 505b373116e0d383bb96740db29b5d862b93ab25 Mon Sep 17 00:00:00 2001 From: Anastasios Grammenos Date: Wed, 8 Jun 2022 14:29:22 +0300 Subject: Try to fix ubuntu check build --- .gitignore | 2 ++ tests/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4755d31..5e35447 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,9 @@ Makefile Makefile.in autom4te.cache/ autoscan.log +aclocal.m4 config.log config.status +configure configure.scan .deps/ diff --git a/tests/Makefile.am b/tests/Makefile.am index 18d6314..dea94b0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,8 @@ check_PROGRAMS = foodtest # foodtest_SOURCES = foodtest.c $(top_builddir)/src/parse.h nodist_foodtest_SOURCES = foodtest.c -foodtest_CFLAGS = @CHECK_CFLAGS@ -lcheck +foodtest_LDADD = -lcheck -lrt -lm -lsubunit +foodtest_CFLAGS = @CHECK_CFLAGS@ CLEANFILES = foodtest.c -- cgit v1.2.3