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

« back to all changes in this revision

Viewing changes to ypserv-2.18/rpc.yppasswdd/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@
 
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
noinst_HEADERS = yppasswd.h yppasswd.x
 
21
 
 
22
man_MANS = yppasswdd.8 rpc.yppasswdd.8
 
23
 
 
24
sbin_PROGRAMS = rpc.yppasswdd
 
25
 
 
26
rpc_yppasswdd_SOURCES = update.c yppasswd_xdr.c yppasswdd.c
 
27
 
 
28
rpc_yppasswdd_LDADD =  @PIE_LDFLAGS@ $(LIBDBM) $(LIBCRYPT) $(top_builddir)/lib/libyp.a
 
29
rpc_yppasswdd_CFLAGS = @PIE_CFLAGS@