X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=2cb979eb8a7dc4680689e86b3090821346f00c5b;hb=2db42ce2fc89bc88050564037688888bbb8876e9;hp=43ffc6cf3154d7e05cdec344014dbd3b9929850e;hpb=ca3bb55c654fe735913952e373cd5a26142c25a7;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 43ffc6c..2cb979e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.9.3], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.9.4], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST @@ -164,6 +164,7 @@ AC_CONFIG_FILES([Makefile] [nsm/Makefile] [portmap/Makefile] [rquota/Makefile] + [utils/Makefile] [examples/Makefile] )