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

« back to all changes in this revision

Viewing changes to ypbind-mt-1.19.1/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) 1998, 1999, 2003 Thorsten Kukuk, Germany
 
3
#
 
4
# Author: Thorsten Kukuk <kukuk@suse.de>
 
5
#
 
6
# Process this file with automake to produce Makefile.in.
 
7
 
 
8
AUTOMAKE_OPTIONS = 1.4 gnits
 
9
 
 
10
noinst_LIBRARIES = libcompat.a
 
11
 
 
12
EXTRA_DIST = clnt_udp.c
 
13
 
 
14
AM_CFLAGS = -D_REENTRANT=1 @WARNFLAGS@
 
15
 
 
16
libcompat_a_SOURCES = dns_hosts.c res_options.h
 
17
libcompat_a_LIBADD = @LIBOBJS@
 
18
 
 
19
localedir = $(datadir)/locale
 
20
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
 
21
 
 
22
CLEANFILES = *~