From 5e79eb308184ff95a386aaa04fa4839e5dbab07c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 26 Nov 2011 04:03:03 -0700 Subject: [PATCH] Windows: basic_smb_auth compile dependencies --- helpers/basic_auth/SMB/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/basic_auth/SMB/Makefile.am b/helpers/basic_auth/SMB/Makefile.am index 561c3bca55..d9c2983c80 100644 --- a/helpers/basic_auth/SMB/Makefile.am +++ b/helpers/basic_auth/SMB/Makefile.am @@ -1,7 +1,9 @@ include $(top_srcdir)/src/Common.am +if !ENABLE_WIN32SPECIFIC libexec_SCRIPTS = basic_smb_auth.sh libexec_PROGRAMS = basic_smb_auth +endif basic_smb_auth_SOURCES= basic_smb_auth.cc basic_smb_auth_CXXFLAGS = -DHELPERSCRIPT=\"$(libexecdir)/basic_smb_auth.sh\" basic_smb_auth_LDADD = \ -- 2.47.2