summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-02-28 23:02:00 +0300
committerStefan Metzmacher <metze@samba.org>2010-03-03 09:22:40 +0100
commite0726d4d661cfc508e8e8fd210a2cfba7ed53682 (patch)
tree6aa7f3e6f66090802e99bc4eaf268eca0a1e0182 /source4/build
parent92785f9af6a124097fcc653375984499b441676d (diff)
downloadsamba-e0726d4d661cfc508e8e8fd210a2cfba7ed53682.tar.gz
samba-e0726d4d661cfc508e8e8fd210a2cfba7ed53682.tar.bz2
samba-e0726d4d661cfc508e8e8fd210a2cfba7ed53682.zip
s4-build: fix SMB_LIBRARY and change its name so it didn't collide with s3 one
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/public.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4
index 704811bf06..5fadcfb08a 100644
--- a/source4/build/m4/public.m4
+++ b/source4/build/m4/public.m4
@@ -43,12 +43,12 @@ ENABLE = YES
"
])
-dnl SMB_LIBRARY(name,obj_files,required_subsystems,cflags,ldflags)
-AC_DEFUN([SMB_LIBRARY],
+dnl SMB_BUILD_LIBRARY(name,obj_files,required_subsystems,cflags,ldflags)
+AC_DEFUN([SMB_BUILD_LIBRARY],
[
MAKE_SETTINGS="$MAKE_SETTINGS
-$1_CFLAGS = $6
-$1_LDFLAGS = $7
+$1_CFLAGS = $4
+$1_LDFLAGS = $5
n1_ENABLE = YES
$1_OBJ_FILES = $2
"