~yolanda.robla/+junk/squid3_fresh_branch

« back to all changes in this revision

Viewing changes to helpers/digest_auth/password/Makefile.am

  • Committer: yolanda.robla at canonical
  • Date: 2013-05-27 10:52:43 UTC
  • Revision ID: yolanda.robla@canonical.com-20130527105243-mcd0nscika17sl4w
first branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#  Makefile for the Squid Object Cache server
 
3
#
 
4
#  $Id$
 
5
#
 
6
#  Uncomment and customize the following to suit your needs:
 
7
#
 
8
 
 
9
include $(top_srcdir)/src/Common.am
 
10
 
 
11
## we need our local files too (but avoid -I. at all costs)
 
12
INCLUDES += -I$(srcdir)
 
13
 
 
14
 
 
15
libexec_PROGRAMS = digest_pw_auth
 
16
digest_pw_auth_SOURCES = digest_pw_auth.c \
 
17
        digest_common.h \
 
18
        text_backend.c \
 
19
        text_backend.h
 
20
 
 
21
LDADD = \
 
22
        $(top_builddir)/compat/libcompat.la \
 
23
        -L$(top_builddir)/lib -lmiscutil \
 
24
        $(CRYPTLIB) \
 
25
        $(XTRA_LIBS) \
 
26
        $(SSLLIB)
 
27
 
 
28
EXTRA_DIST = config.test