]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/showmount/Makefile.am
showmount command: call nfs_getport instead of local getport
[nfs-utils.git] / utils / showmount / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 man8_MANS       = showmount.man
4 EXTRA_DIST      = $(man8_MANS)
5
6 sbin_PROGRAMS   = showmount
7 showmount_SOURCES = showmount.c
8 showmount_LDADD = ../../support/export/libexport.a \
9                   ../../support/nfs/libnfs.a \
10                   ../../support/misc/libmisc.a
11 showmount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) \
12                    -I$(top_builddir)/support/export
13
14 MAINTAINERCLEANFILES = Makefile.in