X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=8877a5b86b6225684c9823d3c33db1deb560e7ed;hb=ed09b5676fde3acf65c817f9a77d8db479d3bac8;hp=97db95b7ae727f422bb9b5fc78fff5ca1a7d8cc8;hpb=31820d27272d9067fa93fa5d589d89788aad7295;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 97db95b..8877a5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.7.0], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.8.0], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile] [mount/Makefile] [nfs/Makefile] [nlm/Makefile] + [nsm/Makefile] [portmap/Makefile] [rquota/Makefile] [examples/Makefile]