]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
fix compilation error (couldn't find selinux.h)
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 24 Aug 2024 08:13:59 +0000 (09:13 +0100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 24 Aug 2024 20:51:35 +0000 (21:51 +0100)
test/Makefile.in

index accc77227d7370d2d22a210eb2d18ec376a2736b..74a18cf95734b421f38f3d62c2165d51d8bca9f1 100644 (file)
@@ -7,6 +7,7 @@ EXEST  := $(patsubst %.c,%,$(SRCST))
 OBJSD  := $(addprefix $(SRCDIR)/,log.o job.o mem.o filesubs.o subs.o fcronconf.o temp_file.o env_list.o u_list.o)
 
 CFLAGS += -I$(SRCDIR)
+CFLAGS += @CFLAGS@
 
 .PHONY: clean tests