diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 6c9ef72..9e8292a 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -1,15 +1,21 @@ -bin_PROGRAMS = httpauthd +sbin_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 + \ + smblib/smblib.c smblib/smblib-util.c smblib/file.c smblib/smb-errors.c \ + smblib/exper.c smblib/smblib-api.c smblib/smblib.h smblib/std-defines.h \ + smblib/smblib-priv.h smblib/smblib-common.h \ + \ + rfcnb/rfcnb-io.c rfcnb/rfcnb-util.c rfcnb/session.c rfcnb/byteorder.h \ + rfcnb/rfcnb-common.h rfcnb/rfcnb-error.h rfcnb/rfcnb.h rfcnb/rfcnb-io.h \ + rfcnb/rfcnb-priv.h rfcnb/rfcnb-util.h rfcnb/std-includes.h httpauthd_CFLAGS = -D_THREAD_SAFE -pthread -DLinux \ -I${top_srcdir}/common/ -I${top_srcdir} httpauthd_LDFLAGS = -pthread -EXTRA_DIST = smblib rfcnb +EXTRA_DIST = |