diff options
Diffstat (limited to 'source4/lib/events/wscript_build')
-rw-r--r-- | source4/lib/events/wscript_build | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/lib/events/wscript_build b/source4/lib/events/wscript_build index f74add6a43..371a6cb11f 100644 --- a/source4/lib/events/wscript_build +++ b/source4/lib/events/wscript_build @@ -1,8 +1,9 @@ #!/usr/bin/env python -bld.SAMBA_SUBSYSTEM('LIBEVENTS', - source='tevent_s4.c', - public_deps='tevent' - ) +bld.SAMBA_LIBRARY('LIBEVENTS', + source='tevent_s4.c', + public_deps='tevent', + private_library=True + ) |