libnfs/examples/Makefile.am

23 lines
515 B
Makefile
Raw Normal View History

noinst_PROGRAMS = nfsclient-async nfsclient-raw nfsclient-sync nfsclient-bcast nfsclient-listservers
2011-07-07 00:32:08 +04:00
AM_CPPFLAGS = \
-I$(abs_top_srcdir)/include \
2011-07-07 00:33:00 +04:00
-I../mount \
-I../nfs \
-I../rquota \
-I../portmap \
"-D_U_=__attribute__((unused))"
2011-07-07 00:32:08 +04:00
AM_LDFLAGS = ../lib/.libs/libnfs.la -lpopt
2011-07-07 00:32:08 +04:00
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