Fixed missing reference to src/Makefile.in

This commit is contained in:
Melinda Shore 2013-07-30 15:08:21 -08:00
parent 5893165ddd
commit 45a2cda300
2 changed files with 3 additions and 2 deletions

3
configure vendored
View File

@ -3628,7 +3628,7 @@ _ACEOF
esac
ac_config_files="$ac_config_files Makefile src/common/Makefile src/test/Makefile"
ac_config_files="$ac_config_files Makefile src/Makefile src/common/Makefile src/test/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@ -4336,6 +4336,7 @@ for ac_config_target in $ac_config_targets
do
case $ac_config_target in
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"src/common/Makefile") CONFIG_FILES="$CONFIG_FILES src/common/Makefile" ;;
"src/test/Makefile") CONFIG_FILES="$CONFIG_FILES src/test/Makefile" ;;

View File

@ -27,5 +27,5 @@ AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
AC_TYPE_UINT8_T
AC_CONFIG_FILES([Makefile src/common/Makefile src/test/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile src/common/Makefile src/test/Makefile])
AC_OUTPUT