Commit | Line | Data |
---|---|---|
9ab4d56e | 1 | noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers |
6c437065 | 2 | |
b7e444c6 | 3 | AM_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 | 11 | AM_LDFLAGS = ../lib/.libs/libnfs.la |
b7e444c6 TN |
12 | |
13 | nfsclient_async_SOURCES = nfsclient-async.c | |
14 | ||
6c437065 | 15 | nfsclient_raw_SOURCES = nfsclient-raw.c |
6c437065 | 16 | |
6c437065 | 17 | nfsclient_sync_SOURCES = nfsclient-sync.c |
9ab4d56e | 18 | |
9ab4d56e | 19 | nfsclient_bcast_SOURCES = nfsclient-bcast.c |
9ab4d56e | 20 | |
9ab4d56e | 21 | nfsclient_listservers_SOURCES = nfsclient-listservers.c |
9ab4d56e | 22 |