Skip to content

Commit

Permalink
NFS-LS: Build nfs-ls as utils and make it install under bin
Browse files Browse the repository at this point in the history
  • Loading branch information
sahlberg committed Mar 22, 2014
1 parent ca3bb55 commit c7ddf2e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -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
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -164,6 +164,7 @@ AC_CONFIG_FILES([Makefile]
[nsm/Makefile]
[portmap/Makefile]
[rquota/Makefile]
[utils/Makefile]
[examples/Makefile]
)

Expand Down
2 changes: 1 addition & 1 deletion examples/Makefile.am
@@ -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 \
Expand Down
File renamed without changes.

0 comments on commit c7ddf2e

Please sign in to comment.