~ubuntu-branches/ubuntu/oneiric/nis/oneiric-proposed

« back to all changes in this revision

Viewing changes to ypserv-2.17/revnetgroup/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2005-11-16 23:42:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116234206-p00omaw5ji5q0qhr
Tags: 3.15-3ubuntu1
Resynchronise with Debian.  (me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Copyright (c) 2000, 2001, 2003 Thorsten Kukuk <kukuk@suse.de>
3
 
#
4
 
AUTOMAKE_OPTIONS = 1.7 gnits
5
 
MAINT_CHARSET = latin1
6
 
#
7
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
8
 
 
9
 
localedir = $(datadir)/locale
10
 
 
11
 
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" -DYPBINDIR=\"$(libexecdir)\" \
12
 
        -DCONFDIR=\"$(sysconfdir)\" -DYPMAPDIR=\"/var/yp\"
13
 
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir) -I$(top_builddir) -I$(srcdir)
14
 
 
15
 
CLEANFILES = *~ ${MANS}
16
 
 
17
 
EXTRA_DIST = $(addsuffix .in,$(MANS))
18
 
 
19
 
man_MANS = revnetgroup.8
20
 
 
21
 
libexec_PROGRAMS = revnetgroup
22
 
 
23
 
noinst_HEADERS = hash.h
24
 
 
25
 
revnetgroup_SOURCES = revnetgroup.c getnetgrent.c hash.c
26
 
 
27
 
revnetgroup_LDADD =  $(top_builddir)/lib/libyp.a