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

« back to all changes in this revision

Viewing changes to helpers/digest_auth/password/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.6 2005/12/30 23:21:46 hno Exp $
 
5
#
 
6
#  Uncomment and customize the following to suit your needs:
 
7
#
 
8
 
 
9
libexec_PROGRAMS = digest_pw_auth
 
10
digest_pw_auth_SOURCES = digest_pw_auth.c \
 
11
        digest_common.h \
 
12
        text_backend.c \
 
13
        text_backend.h
 
14
INCLUDES      = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
 
15
                -I$(top_srcdir)/src/
 
16
 
 
17
LDADD   = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)