aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/Makefile
blob: 27414a43971ec5c354bec53d1d73bf5f2ac12273 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (c) 2003-2004 E. Will et al.
# Rights to this code are documented in doc/LICENSE.
#
# This file contains build instructions.
#
# $Id: Makefile.in 8375 2007-06-03 20:03:26Z pippijn $
#

MODULE = auth

SRCS =			\
	dummy.c				\
	$(LDAP_AUTHC)

include ../../extra.mk
include ../../buildsys.mk
include ../../buildsys.module.mk

LIBS 		+= -L../../libathemecore -lathemecore ${LDFLAGS_RPATH}
CPPFLAGS	+= -I../../include $(LDAP_CFLAGS)
LIBS		+= $(LDAP_LIBS)