diff -r b2d6a8273459 -r 56ff755c268c configure.ac --- a/configure.ac Sat Aug 23 17:24:34 2014 +0100 +++ b/configure.ac Sat Oct 04 18:12:58 2014 +0100 @@ -66,6 +66,10 @@ [enable_atomic=yes]) if test "$enable_atomic" = "yes"; then AC_DEFINE([ENABLE_ATOMIC],[1],[Define if atomic transactions are wanted.]) + AC_SUBST([RAZOR_HAVE_ATOMIC_ROLLBACK], + ['#define RAZOR_HAVE_ATOMIC_ROLLBACK 1']) +else + AC_SUBST([RAZOR_HAVE_ATOMIC_ROLLBACK],['#undef RAZOR_HAVE_ATOMIC_ROLLBACK']) fi AC_MSG_CHECKING([for Microsoft Windows native API]) @@ -303,6 +307,7 @@ data/razor.pc data/Makefile librazor/Makefile +librazor/razor.h librazor/types/Makefile src/Makefile docs/Makefile