Kaynağa Gözat

configure.ac: add AC_SUBST for mpi and fft libraries interface informations

Nathalie Furmento 13 yıl önce
ebeveyn
işleme
9089a16b1c
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      configure.ac

+ 6 - 0
configure.ac

@@ -36,6 +36,12 @@ AC_DEFINE_UNQUOTED([STARPU_MINOR_VERSION], [$STARPU_MINOR_VERSION],
 AC_SUBST([LIBSTARPU_INTERFACE_CURRENT])
 AC_SUBST([LIBSTARPU_INTERFACE_REVISION])
 AC_SUBST([LIBSTARPU_INTERFACE_AGE])
+AC_SUBST([LIBSTARPUMPI_INTERFACE_CURRENT])
+AC_SUBST([LIBSTARPUMPI_INTERFACE_REVISION])
+AC_SUBST([LIBSTARPUMPI_INTERFACE_AGE])
+AC_SUBST([LIBSTARPUFFT_INTERFACE_CURRENT])
+AC_SUBST([LIBSTARPUFFT_INTERFACE_REVISION])
+AC_SUBST([LIBSTARPUFFT_INTERFACE_AGE])
 
 AC_CANONICAL_SYSTEM