Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include mp3genre makefile in configure #4

Merged
merged 1 commit into from
Jul 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5535,7 +5535,7 @@ fi
done


ac_config_files="$ac_config_files Makefile bouncer/Makefile checker/Makefile collection/Makefile lib/Makefile nfo/Makefile nukes/Makefile pre/Makefile pre/modules/Makefile reset/Makefile sfv/Makefile thread/Makefile unzip/Makefile util/Makefile who/Makefile zip/Makefile"
ac_config_files="$ac_config_files Makefile bouncer/Makefile checker/Makefile collection/Makefile lib/Makefile nfo/Makefile nukes/Makefile pre/Makefile pre/mp3genre/Makefile pre/modules/Makefile reset/Makefile sfv/Makefile thread/Makefile unzip/Makefile util/Makefile who/Makefile zip/Makefile"

cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
Expand Down Expand Up @@ -6240,6 +6240,7 @@ do
"nfo/Makefile") CONFIG_FILES="$CONFIG_FILES nfo/Makefile" ;;
"nukes/Makefile") CONFIG_FILES="$CONFIG_FILES nukes/Makefile" ;;
"pre/Makefile") CONFIG_FILES="$CONFIG_FILES pre/Makefile" ;;
"pre/mp3genre/Makefile") CONFIG_FILES="$CONFIG_FILES pre/mp3genre/Makefile" ;;
"pre/modules/Makefile") CONFIG_FILES="$CONFIG_FILES pre/modules/Makefile" ;;
"reset/Makefile") CONFIG_FILES="$CONFIG_FILES reset/Makefile" ;;
"sfv/Makefile") CONFIG_FILES="$CONFIG_FILES sfv/Makefile" ;;
Expand Down