~ubuntu-branches/ubuntu/trusty/libesmtp/trusty-proposed

« back to all changes in this revision

Viewing changes to crammd5/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2002-03-06 08:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020306083748-ihmt32mddsslvg5i
Tags: upstream-0.8.11
ImportĀ upstreamĀ versionĀ 0.8.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
libdir = @plugindir@
 
4
 
 
5
INCLUDES = -I@srcdir@
 
6
CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
 
7
 
 
8
lib_LTLIBRARIES = sasl-cram-md5.la
 
9
 
 
10
sasl_cram_md5_la_SOURCES = client-crammd5.c hmacmd5.c hmacmd5.h
 
11
sasl_cram_md5_la_LDFLAGS = -module -avoid-version @CRAMMD5_LIBS@
 
12
sasl_cram_md5_la_DEPENDENCIES = @CRAMMD5_LTLIBOBJS@
 
13
sasl_cram_md5_la_LIBADD = @CRAMMD5_LTLIBOBJS@
 
14
EXTRA_DIST = md5.h md5.c