NFS-LS: Build nfs-ls as utils and make it install under bin
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 22 Mar 2014 01:31:05 +0000 (18:31 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 22 Mar 2014 01:31:05 +0000 (18:31 -0700)
Makefile.am
configure.ac
examples/Makefile.am
utils/nfs-ls.c [moved from examples/nfs-ls.c with 100% similarity]

index fdd4c98a094513ed8fa2f157483a34c8422c6fd5..f01dba369c9fb32f34bdafcb343dd12ab4a0ee2d 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = doc mount nfs nlm nsm portmap rquota lib include . $(MAYBE_EXAMPLES)
+SUBDIRS = doc mount nfs nlm nsm portmap rquota lib include utils . $(MAYBE_EXAMPLES)
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libnfs.pc
index 43ffc6cf3154d7e05cdec344014dbd3b9929850e..9288b1c155a2fa05faceb10017ec8cdb344f8f3d 100644 (file)
@@ -164,6 +164,7 @@ AC_CONFIG_FILES([Makefile]
                 [nsm/Makefile]
                 [portmap/Makefile]
                 [rquota/Makefile]
+                [utils/Makefile]
                 [examples/Makefile]
                )
 
index d73d8fabb237030129a2686d9a78d177be552897..fdf9fbd8da34ff8894488c5eaef3d9faba40d830 100644 (file)
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers nfs-ls nfs-cp nfs-io portmap-client
+noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers nfs-cp nfs-io portmap-client
 
 AM_CPPFLAGS = \
        -I$(abs_top_srcdir)/include \
similarity index 100%
rename from examples/nfs-ls.c
rename to utils/nfs-ls.c