PMAP: allow to ask for tcp/udp port, dont assume users only ever want the tcp port
[deb_libnfs.git] / examples / Makefile.am
CommitLineData
9ab4d56e 1noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers
6c437065 2
b7e444c6 3AM_CPPFLAGS = \
6c437065 4 -I$(abs_top_srcdir)/include \
56320c68
TN
5 -I../mount \
6 -I../nfs \
7 -I../rquota \
8 -I../portmap \
6c437065 9 "-D_U_=__attribute__((unused))"
b7e444c6 10
56320c68 11AM_LDFLAGS = ../lib/.libs/libnfs.la
b7e444c6
TN
12
13nfsclient_async_SOURCES = nfsclient-async.c
14
6c437065 15nfsclient_raw_SOURCES = nfsclient-raw.c
6c437065 16
6c437065 17nfsclient_sync_SOURCES = nfsclient-sync.c
9ab4d56e 18
9ab4d56e 19nfsclient_bcast_SOURCES = nfsclient-bcast.c
9ab4d56e 20
9ab4d56e 21nfsclient_listservers_SOURCES = nfsclient-listservers.c
9ab4d56e 22