Commit 2f8f1b22 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

configure: report library version info also to C

parent cfc39464
......@@ -57,5 +57,10 @@ AC_SUBST([ETHERBONE_REVISION], REVISION)
AC_SUBST([ETHERBONE_API], [$((SONAME+MINOR))]) dnl API incremented on every change
AC_SUBST([ETHERBONE_SONAME], SONAME)
AC_DEFINE_UNQUOTED([ETHERBONE_MAJOR], MAJOR, [The library major version])
AC_DEFINE_UNQUOTED([ETHERBONE_MINOR], MINOR, [The library minor version])
AC_DEFINE_UNQUOTED([ETHERBONE_REVISION], REVISION, [The library revision])
AC_DEFINE_UNQUOTED([ETHERBONE_SONAME], SONAME, [The soname number of the built library])
AC_CONFIG_FILES([Makefile etherbone.pc])
AC_OUTPUT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment