File: Makefile.am

package info (click to toggle)
nfs-utils 1%3A2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,276 kB
  • sloc: ansic: 52,182; sh: 5,371; python: 2,151; makefile: 971
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

check_PROGRAMS = statdb_dump
statdb_dump_SOURCES = statdb_dump.c

statdb_dump_LDADD = ../support/nfs/.libs/libnfs.a \
		    ../support/nsm/libnsm.a \
		    ../support/misc/libmisc.a $(LIBCAP)

SUBDIRS = nsm_client

MAINTAINERCLEANFILES = Makefile.in

TESTS = t0001-statd-basic-mon-unmon.sh
EXTRA_DIST = test-lib.sh $(TESTS)