aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/Makefile.in')
-rw-r--r--src/firejail/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firejail/Makefile.in b/src/firejail/Makefile.in
index 793d2cdd1..0dec3da98 100644
--- a/src/firejail/Makefile.in
+++ b/src/firejail/Makefile.in
@@ -1,7 +1,8 @@
1.PHONY: all 1.PHONY: all
2all: firejail 2all: firejail
3 3
4include ../common.mk 4ROOT = ../..
5include $(ROOT)/src/common.mk
5 6
6%.o : %.c $(H_FILE_LIST) ../include/rundefs.h ../include/common.h ../include/ldd_utils.h ../include/euid_common.h ../include/pid.h ../include/seccomp.h ../include/syscall_i386.h ../include/syscall_x86_64.h ../include/firejail_user.h 7%.o : %.c $(H_FILE_LIST) ../include/rundefs.h ../include/common.h ../include/ldd_utils.h ../include/euid_common.h ../include/pid.h ../include/seccomp.h ../include/syscall_i386.h ../include/syscall_x86_64.h ../include/firejail_user.h
7 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ 8 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@