X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2FMakefile.am;h=d73d8fabb237030129a2686d9a78d177be552897;hb=a562a7f5fb14e2a3995453d87bf08e4daf323180;hp=d72e757ccfe56ef44b2382027fd11c589964da45;hpb=f3684c0857e5616ecd4031450177ca648a346f6b;p=deb_libnfs.git diff --git a/examples/Makefile.am b/examples/Makefile.am index d72e757..d73d8fa 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -10,21 +10,3 @@ AM_CPPFLAGS = \ "-D_U_=__attribute__((unused))" AM_LDFLAGS = ../lib/.libs/libnfs.la -lpopt - -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 - -nfsclient_sync_SOURCES = nfsclient-sync.c - -nfsclient_bcast_SOURCES = nfsclient-bcast.c - -nfsclient_listservers_SOURCES = nfsclient-listservers.c - -portmap_example_SOURCES = portmap-example.c