aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-13 01:04:26 +0000
committerLibravatar GitHub <noreply@github.com>2022-06-13 01:04:26 +0000
commita1972c24f8cf137eaddf4f87f33bc675dbdbfd87 (patch)
tree2f6c44cb83afe0b9c32a76f22f404e80c7090269 /src/firemon
parentREADME.md update (diff)
parentmkdeb.sh.in: move configure-time vars into new config.sh.in (diff)
downloadfirejail-a1972c24f8cf137eaddf4f87f33bc675dbdbfd87.tar.gz
firejail-a1972c24f8cf137eaddf4f87f33bc675dbdbfd87.tar.zst
firejail-a1972c24f8cf137eaddf4f87f33bc675dbdbfd87.zip
Merge pull request #5140 from kmk3/build-dedup-config-vars
build: deduplicate configure-time vars into new config files
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firemon/Makefile.in b/src/firemon/Makefile.in
index a1b6692aa..6ac0cfff1 100644
--- a/src/firemon/Makefile.in
+++ b/src/firemon/Makefile.in
@@ -1,7 +1,8 @@
1.PHONY: all 1.PHONY: all
2all: firemon 2all: firemon
3 3
4include ../common.mk 4ROOT = ../..
5include $(ROOT)/src/common.mk
5 6
6%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/pid.h 7%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/pid.h
7 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ 8 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@