X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=48595bd32748a2f8d0860dc9ce0a0578450404bb;hb=b14062764e21e3f03b5d0176f0ac6c127e760012;hp=2091618c685de56421fc843d447758768c8d31f4;hpb=345422a2e32b22119054224003655468771b15fc;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 2091618..48595bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.2.0], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.3.0], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -93,6 +93,7 @@ AC_CONFIG_FILES([Makefile] [lib/Makefile] [mount/Makefile] [nfs/Makefile] + [nlm/Makefile] [portmap/Makefile] [rquota/Makefile] [examples/Makefile]