X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2FMakefile.am;h=32b0e5597cd597c43d906b3e044d211ff3cdc0bc;hb=6bdcd5b676e18dab7ead92c3076eaccd72a58221;hp=200ba115fb44b7898d904b9522628e0c513601ca;hpb=82f5df21eb05b0e3299616a56dc0c25c40a777f4;p=deb_libnfs.git diff --git a/examples/Makefile.am b/examples/Makefile.am index 200ba11..32b0e55 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers nfs-ls nfs-cp +noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers nfs-ls nfs-cp nfs-io AM_CPPFLAGS = \ -I$(abs_top_srcdir)/include \ @@ -15,6 +15,8 @@ nfs_ls_SOURCES = nfs-ls.c nfs_cp_SOURCES = nfs-cp.c +nfs_io_SOURCES = nfs-io.c + nfsclient_async_SOURCES = nfsclient-async.c nfsclient_raw_SOURCES = nfsclient-raw.c