summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
blob: 6c9ef724b03bd35b0dab3d3b3a9bd0d0a2abebd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

bin_PROGRAMS = httpauthd

httpauthd_SOURCES = httpauthd.c httpauthd.h usuals.h compat.h compat.c \
	buffer.c misc.c basic.h basic.c ntlm.c hash.c hash.h ntlmssp.h ntlmssp.c \
    md5.c md5.h sha1.c sha1.h digest.h digest.c ldap.c defaults.h simple.c \
    ../common/sock_any.c ../common/sock_any.h \
  smblib/smblib.c smblib/smblib-util.c smblib/file.c smblib/smb-errors.c smblib/exper.c smblib/smblib-api.c \
  rfcnb/rfcnb-io.c rfcnb/rfcnb-util.c rfcnb/session.c

httpauthd_CFLAGS = -D_THREAD_SAFE -pthread -DLinux \
				   -I${top_srcdir}/common/ -I${top_srcdir}
httpauthd_LDFLAGS = -pthread

EXTRA_DIST = smblib rfcnb