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

« back to all changes in this revision

Viewing changes to ypserv-2.18/rpc.ypxfrd/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) 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=\"@YPMAPDIR@\" \
 
13
        -DUSE_FQDN=@USE_FQDN@ -DXFRBLOCKSIZE=65535
 
14
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir) -I$(top_builddir) -I$(srcdir)
 
15
 
 
16
CLEANFILES = *~ ${MANS}
 
17
 
 
18
EXTRA_DIST = $(addsuffix .in,$(MANS))
 
19
 
 
20
man_MANS = ypxfrd.8 rpc.ypxfrd.8
 
21
 
 
22
sbin_PROGRAMS = rpc.ypxfrd
 
23
 
 
24
rpc_ypxfrd_SOURCES = ypxfrd.c ypxfrd_server.c ypxfrd_svc.c
 
25
 
 
26
rpc_ypxfrd_LDADD = @PIE_LDFLAGS@ $(top_builddir)/lib/libyp.a @LIBDBM@
 
27
rpc_ypxfrd_CFLAGS = @PIE_CFLAGS@