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

« back to all changes in this revision

Viewing changes to ypserv-2.17/lib/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
 
# Process this file with automake to produce Makefile.in.
5
 
 
6
 
AUTOMAKE_OPTIONS = 1.7 gnits
7
 
 
8
 
rpcsvcdir = ${prefix}/include/rpcsvc
9
 
 
10
 
noinst_LIBRARIES = libyp.a
11
 
noinst_HEADERS = log_msg.h yp.h ypserv_conf.h ypxfrd.h access.h yp_db.h \
12
 
                compat.h
13
 
 
14
 
rpcsvc_HEADERS = ypxfrd.x
15
 
 
16
 
DEFS = @DEFS@ -D_REENTRANT=1 -DCONFDIR=\"$(sysconfdir)\" -DUSE_SLP=@USE_SLP@
17
 
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(srcdir)
18
 
AM_CFLAGS = @PIE_CFLAGS@
19
 
 
20
 
libyp_a_SOURCES = log_msg.c ypserv_conf.c ypxfrd_xdr.c \
21
 
                ypproc_match_2.c securenets.c access.c yp_db.c compat.c
22
 
 
23
 
CLEANFILES = *~