AC_PREREQ(2.50)
-AC_INIT([libnfs], [1.9.0], [ronniesahlberg@gmail.com])
+AC_INIT([libnfs], [1.9.1], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST
nfsc/libnfs.h \
nfsc/libnfs-raw.h \
nfsc/libnfs-zdr.h \
- ${abs_top_srcdir}/mount/libnfs-raw-mount.h \
- ${abs_top_srcdir}/portmap/libnfs-raw-portmap.h \
- ${abs_top_srcdir}/nfs/libnfs-raw-nfs.h \
- ${abs_top_srcdir}/nlm/libnfs-raw-nlm.h \
- ${abs_top_srcdir}/nsm/libnfs-raw-nsm.h \
- ${abs_top_srcdir}/rquota/libnfs-raw-rquota.h
+ ../mount/libnfs-raw-mount.h \
+ ../portmap/libnfs-raw-portmap.h \
+ ../nfs/libnfs-raw-nfs.h \
+ ../nlm/libnfs-raw-nlm.h \
+ ../nsm/libnfs-raw-nsm.h \
+ ../rquota/libnfs-raw-rquota.h
%{_libdir}/pkgconfig/libnfs.pc
%changelog
+* Tue Jan 28 2014 : Version 1.9.1
+ - Restore libnfs-raw-*.h to make install
* Mon Jan 27 2014 : Version 1.9
- Use _stat64 on windows so file sizes become 64bit always.
- Increase default marshalling buffer so we can marshall large PDUs.