aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-03-31 08:24:05 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-03-31 08:24:05 -0400
commitad6bb83fa91fafea9117e1c0cee192c9c4c97988 (patch)
tree997caf563d2ca112faa68d848111d7d5c33601df /configure
parenttesting (diff)
downloadfirejail-ad6bb83fa91fafea9117e1c0cee192c9c4c97988.tar.gz
firejail-ad6bb83fa91fafea9117e1c0cee192c9c4c97988.tar.zst
firejail-ad6bb83fa91fafea9117e1c0cee192c9c4c97988.zip
consolidate makefiles
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 9a7d91111..5addefc72 100755
--- a/configure
+++ b/configure
@@ -3863,7 +3863,7 @@ if test "$prefix" = /usr; then
3863 sysconfdir="/etc" 3863 sysconfdir="/etc"
3864fi 3864fi
3865 3865
3866ac_config_files="$ac_config_files Makefile src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/fnetfilter/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/fbuilder/Makefile src/fsec-print/Makefile src/ftee/Makefile src/faudit/Makefile src/fseccomp/Makefile src/fldd/Makefile src/libpostexecseccomp/Makefile src/fsec-optimize/Makefile" 3866ac_config_files="$ac_config_files Makefile src/common.mk src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/fnetfilter/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/fbuilder/Makefile src/fsec-print/Makefile src/ftee/Makefile src/faudit/Makefile src/fseccomp/Makefile src/fldd/Makefile src/libpostexecseccomp/Makefile src/fsec-optimize/Makefile"
3867 3867
3868cat >confcache <<\_ACEOF 3868cat >confcache <<\_ACEOF
3869# This file is a shell script that caches the results of configure 3869# This file is a shell script that caches the results of configure
@@ -4573,6 +4573,7 @@ for ac_config_target in $ac_config_targets
4573do 4573do
4574 case $ac_config_target in 4574 case $ac_config_target in
4575 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4575 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4576 "src/common.mk") CONFIG_FILES="$CONFIG_FILES src/common.mk" ;;
4576 "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;; 4577 "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
4577 "src/fcopy/Makefile") CONFIG_FILES="$CONFIG_FILES src/fcopy/Makefile" ;; 4578 "src/fcopy/Makefile") CONFIG_FILES="$CONFIG_FILES src/fcopy/Makefile" ;;
4578 "src/fnet/Makefile") CONFIG_FILES="$CONFIG_FILES src/fnet/Makefile" ;; 4579 "src/fnet/Makefile") CONFIG_FILES="$CONFIG_FILES src/fnet/Makefile" ;;