diff options
author | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2022-06-08 14:29:22 +0300 |
---|---|---|
committer | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2022-06-08 14:29:22 +0300 |
commit | 505b373116e0d383bb96740db29b5d862b93ab25 (patch) | |
tree | e3ed11ce9dc9d59896900e7026cdb99786ce346d | |
parent | 9650bc35b4aa4ffc35cf99d0e1db64dda5d801c8 (diff) | |
download | foodtools-505b373116e0d383bb96740db29b5d862b93ab25.tar.gz foodtools-505b373116e0d383bb96740db29b5d862b93ab25.tar.bz2 foodtools-505b373116e0d383bb96740db29b5d862b93ab25.zip |
Try to fix ubuntu check build
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |