X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2FMakefile.am;h=fdf9fbd8da34ff8894488c5eaef3d9faba40d830;hb=0672f75b57b9e0fbf56079944fde5b2fc9de27be;hp=d72e757ccfe56ef44b2382027fd11c589964da45;hpb=4edd78302d2a019fa4ca496531e4da0ebc9ca8a4;p=deb_libnfs.git diff --git a/examples/Makefile.am b/examples/Makefile.am index d72e757..fdf9fbd 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 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 \ @@ -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