summaryrefslogtreecommitdiff
path: root/auth/Makefile.am
blob: dfbc1a16f320053e46f8201d36b35b250c855e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.

INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib @INTLINCS@
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"

lib_LTLIBRARIES = libmuauth.la

libmuauth_la_SOURCES = \
pam.c \
sql.c \
virtual.c 

libmuauth_la_LDFLAGS = -version-info 0:0:0

Return to:

Send suggestions and report system problems to the System administrator.