diff options
Diffstat (limited to 'source4/lib/events/SConscript')
-rw-r--r-- | source4/lib/events/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/SConscript b/source4/lib/events/SConscript index e1ca866233..a8a6c08657 100644 --- a/source4/lib/events/SConscript +++ b/source4/lib/events/SConscript @@ -1,3 +1,3 @@ Import('hostenv') -hostenv.StaticLibrary('events',['events.c','events_standard.c']) +hostenv.Library('events',['events.c','events_standard.c']) |