summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-05-05 22:34:15 +0000
committerStef Walter <stef@memberwebs.com>2004-05-05 22:34:15 +0000
commitaa3b52a5f318e49344d7260333c241f51df1f740 (patch)
tree4bbd09a21c992bd984f640413ebc0056ff977e2d /daemon
parent72a9cafc3864e6abd6826d43982c9cbf6ab76329 (diff)
- Build process fixes
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am14
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 =