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

« back to all changes in this revision

Viewing changes to ypserv-2.18/ypserv/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
        -DYPMAPDIR=\"@YPMAPDIR@\" -DUSE_FQDN=@USE_FQDN@ -DUSE_SLP=@USE_SLP@
 
13
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir) -I$(top_builddir) -I$(srcdir)
 
14
 
 
15
CLEANFILES = *~
 
16
 
 
17
EXTRA_DIST = $(addsuffix .in,$(MANS))
 
18
 
 
19
man_MANS = ypserv.8
 
20
 
 
21
noinst_HEADERS = reg_slp.h
 
22
 
 
23
sbin_PROGRAMS = ypserv
 
24
 
 
25
ypserv_SOURCES = ypserv.c server.c ypserv_xdr.c reg_slp.c
 
26
 
 
27
ypserv_LDADD =  @PIE_LDFLAGS@ $(top_builddir)/lib/libyp.a @LIBDBM@ @LIBSLP@
 
28
ypserv_CFLAGS = @PIE_CFLAGS@