File: Makefile.am

package info (click to toggle)
libesmtp 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,156 kB
  • sloc: sh: 10,217; ansic: 8,355; xml: 2,007; makefile: 145
file content (11 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

libdir = @plugindir@

INCLUDES = -I@srcdir@
AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@

lib_LTLIBRARIES = sasl-ntlm.la

sasl_ntlm_la_SOURCES = client-ntlm.c ntlmdes.c ntlmstruct.c ntlm.h
sasl_ntlm_la_LDFLAGS = -module -avoid-version @NTLM_LIBS@