diff options
author | Matthieu Patou <mat@matws.net> | 2010-02-28 23:02:00 +0300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-03 09:22:40 +0100 |
commit | e0726d4d661cfc508e8e8fd210a2cfba7ed53682 (patch) | |
tree | 6aa7f3e6f66090802e99bc4eaf268eca0a1e0182 /source4/build | |
parent | 92785f9af6a124097fcc653375984499b441676d (diff) | |
download | samba-e0726d4d661cfc508e8e8fd210a2cfba7ed53682.tar.gz |
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.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index 704811bf06b..5fadcfb08a9 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 " |