diff options
author | Stef Walter <stef@memberwebs.com> | 2006-05-10 18:05:57 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-05-10 18:05:57 +0000 |
commit | cb2140a3a466cb002e4cdec3fa571dee1eb5c425 (patch) | |
tree | efe175ec66870a5de3f28622dad00c0f7584e86e /daemon | |
parent | 6275f13d02b68d54b186036a2abea91150be6388 (diff) |
Fix some minor build problems.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 7c18b49..c2fee2a 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -38,4 +38,5 @@ httpauthd_CFLAGS = -D_THREAD_SAFE -pthread -DLinux \ -I${top_srcdir}/common/ -I${top_srcdir} httpauthd_LDFLAGS = -pthread -EXTRA_DIST = $(LDAP_SOURCES) $(NTLM_SOURCES) $(PGSQL_SOURCES) $(MYSQL_SOURCES) +EXTRA_DIST = $(LDAP_SOURCES) $(NTLM_SOURCES) $(PGSQL_SOURCES) \ + $(MYSQL_SOURCES) smbval |