X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=48595bd32748a2f8d0860dc9ce0a0578450404bb;hb=6916a66546035da5c1c82c3c85e387061a758b74;hp=a6d63e841067f736ed7bba8c35894d7db3120cff;hpb=71f480591aa3dd80c19b71cfaa1fb3b1a93e4d6f;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index a6d63e8..48595bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.0.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]