From aa3b52a5f318e49344d7260333c241f51df1f740 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 5 May 2004 22:34:15 +0000 Subject: - Build process fixes --- daemon/Makefile.am | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'daemon/Makefile.am') 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 = -- cgit v1.2.3