X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2FMakefile.am;h=d72e757ccfe56ef44b2382027fd11c589964da45;hb=4edd78302d2a019fa4ca496531e4da0ebc9ca8a4;hp=39f5a17eea57d402499c5de6951ad3f22078a2cc;hpb=c9cc77a538b9062f0b00a26019c6658ca003492e;p=deb_libnfs.git diff --git a/examples/Makefile.am b/examples/Makefile.am index 39f5a17..d72e757 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,12 +1,12 @@ -noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers nfs-ls nfs-cp nfs-io +noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers nfs-ls nfs-cp nfs-io portmap-client AM_CPPFLAGS = \ -I$(abs_top_srcdir)/include \ -I$(abs_top_srcdir)/include/nfsc \ -I$(abs_top_srcdir)/mount \ -I$(abs_top_srcdir)/nfs \ - -I$(abs_top_srcdir)/rquota \ -I$(abs_top_srcdir)/portmap \ + -I$(abs_top_srcdir)/rquota \ "-D_U_=__attribute__((unused))" AM_LDFLAGS = ../lib/.libs/libnfs.la -lpopt @@ -27,3 +27,4 @@ nfsclient_bcast_SOURCES = nfsclient-bcast.c nfsclient_listservers_SOURCES = nfsclient-listservers.c +portmap_example_SOURCES = portmap-example.c