~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/basic_auth/YP/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2006-11-11 10:32:06 UTC
  • Revision ID: james.westby@ubuntu.com-20061111103206-f3p0r9g0vq44rp3r
Tags: upstream-3.0.PRE5
ImportĀ upstreamĀ versionĀ 3.0.PRE5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#  Makefile for the Squid Object Cache server
 
3
#
 
4
#  $Id: Makefile.am,v 1.5 2003/01/23 00:35:44 robertc Exp $
 
5
#
 
6
#
 
7
 
 
8
libexec_PROGRAMS = yp_auth
 
9
yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c
 
10
LDADD   = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
 
11
INCLUDES        = -I$(top_srcdir)/include