summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-03-04 13:54:54 -0800
committerLouie S <louie@example.com>2023-03-04 13:54:54 -0800
commitc50c292fc754106003e21474c07b03e81889dba9 (patch)
treedb3e8fb9a2d64f71c6971d3c26e89c1863009e61 /configure
parent00403d8413157e08eeaba7a1932f17c3c7b0758e (diff)
Create separate Makefile for spec directory
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 79c7efb..845650a 100755
--- a/configure
+++ b/configure
@@ -5762,7 +5762,7 @@ else
fi
-ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile data/Makefile spec/terminal-media-launcher.spec"
+ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile data/Makefile spec/Makefile spec/terminal-media-launcher.spec"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -6526,6 +6526,7 @@ do
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
"data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
+ "spec/Makefile") CONFIG_FILES="$CONFIG_FILES spec/Makefile" ;;
"spec/terminal-media-launcher.spec") CONFIG_FILES="$CONFIG_FILES spec/terminal-media-launcher.spec" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;