diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-28 22:51:27 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-28 22:51:27 +0000 |
commit | 8a3ac8a0c0a49e37c8f68c737da8eaf193766c5d (patch) | |
tree | 9da27ac1730725e2332aab0e234f17338804c845 /daemon/Makefile.am | |
parent | dbbf162dc9be0aef47f2d1f1fcddb7ae4e074d47 (diff) |
FreeBSD fixes
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 39a0532..6c9ef72 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -8,7 +8,8 @@ httpauthd_SOURCES = httpauthd.c httpauthd.h usuals.h compat.h compat.c \ 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 = -DLinux -I../common/ -I../ +httpauthd_CFLAGS = -D_THREAD_SAFE -pthread -DLinux \ + -I${top_srcdir}/common/ -I${top_srcdir} +httpauthd_LDFLAGS = -pthread -# man_MANS = rtfm.1 -EXTRA_DIST = protocol.txt smblib rfcnb +EXTRA_DIST = smblib rfcnb |