X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=eeab41a4c1047f43b7a494929876b2f662ceeb3d;hb=25364aa2a66e098a49d6d324cb06c5bcc90e8662;hp=0d4131cfd76d9969dcf2bc5c331e8b9722be4b7d;hpb=9593059258f391b50bb2417b819e14257d64b592;p=simgear.git diff --git a/configure.ac b/configure.ac index 0d4131cf..eeab41a4 100644 --- a/configure.ac +++ b/configure.ac @@ -152,7 +152,7 @@ if test "x$ac_cv_lib_pthread_pthread_exit" != "xyes" -a "x$ac_cv_header_pthread_ dnl fails. See if we need -pthread instead of -lpthread and look dnl for the functions in libc_r. save_CXXFLAGS="$CXXFLAGS" - save_CFLAGS="$FLAGS" + save_CFLAGS="$CFLAGS" CXXFLAGS="-pthread $CXXFLAGS" CFLAGS="-pthread $FLAGS" save_LIBS=$LIBS @@ -415,7 +415,10 @@ AC_CONFIG_FILES([ \ simgear/math/Makefile \ simgear/metar/Makefile \ simgear/misc/Makefile \ + simgear/props/Makefile \ simgear/route/Makefile \ + simgear/scene/Makefile \ + simgear/scene/model/Makefile \ simgear/screen/Makefile \ simgear/serial/Makefile \ simgear/sky/Makefile \