summaryrefslogtreecommitdiffstats
path: root/utils/showmount/Makefile.am
blob: 077b2c7a94f64b04b0bd92ee489257518eb99f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in

man8_MANS	= showmount.man
EXTRA_DIST	= $(man8_MANS)

sbin_PROGRAMS	= showmount
showmount_SOURCES = showmount.c
showmount_LDADD = ../../support/export/libexport.a \
		  ../../support/nfs/libnfs.a \
	  	  ../../support/misc/libmisc.a
showmount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) \
		   -I$(top_builddir)/support/export

MAINTAINERCLEANFILES = Makefile.in