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

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/fakeauth/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2010-05-04 11:15:49 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (20.3.1 squeeze) (21.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100504111549-1apjh2g5sndki4te
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

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.2 2003/01/23 00:36:34 robertc Exp $
5
 
#
6
 
#  Uncomment and customize the following to suit your needs:
7
 
#
 
1
include $(top_srcdir)/src/Common.am
8
2
 
9
3
libexec_PROGRAMS = fakeauth_auth
10
4
fakeauth_auth_SOURCES   = fakeauth_auth.c ntlm.h
11
 
INCLUDES      = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
12
 
                -I$(top_srcdir)/src/
13
 
LDADD   = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
 
5
 
 
6
## we need our local files too (but avoid -I. at all costs)
 
7
INCLUDES += -I$(srcdir)
 
8
 
 
9
LDADD = \
 
10
        $(top_builddir)/compat/libcompat.la \
 
11
        -L$(top_builddir)/lib -lmiscutil \
 
12
        $(CRYPTLIB) \
 
13
        $(XTRA_LIBS)
 
14
 
 
15
EXTRA_DIST = config.test