diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-03 02:28:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-03 02:28:31 +0200 |
commit | adc09857420c4a9306148e8d15ff5faf633ba7a5 (patch) | |
tree | 4e0112436d3decb1aaaac5217d39af10f35b721d /source4/lib | |
parent | 8495d17c1a97489a75b777d79e69f9680267fd28 (diff) | |
download | samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.tar.gz samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.tar.bz2 samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.zip |
Install libevents since it's required by samba-gtk.
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/events/config.mk | 6 | ||||
-rw-r--r-- | source4/lib/registry/registry.h | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/source4/lib/events/config.mk b/source4/lib/events/config.mk index 8001699aee..1e402f80d6 100644 --- a/source4/lib/events/config.mk +++ b/source4/lib/events/config.mk @@ -30,13 +30,15 @@ INIT_FUNCTION = s4_events_standard_init ############################## # Start SUBSYSTEM LIBEVENTS -[SUBSYSTEM::LIBEVENTS] +[LIBRARY::LIBEVENTS] OBJ_FILES = events.o events_timed.o events_signal.o PUBLIC_DEPENDENCIES = LIBTALLOC LIBSAMBA-UTIL +SO_VERSION = 0 +VERSION = 0.0.1 # End SUBSYSTEM LIBEVENTS ############################## -# PUBLIC_HEADERS += $(addprefix lib/events/, events.h events_internal.h) +PUBLIC_HEADERS += $(addprefix lib/events/, events.h events_internal.h) [PYTHON::swig_events] SWIG_FILE = events.i diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index ff03f71eb2..a86294bf46 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -22,11 +22,15 @@ #define _REGISTRY_H struct registry_context; +struct loadparm_context; +struct smb_iconv_convenience; #include <talloc.h> #include "libcli/util/werror.h" #include "librpc/gen_ndr/security.h" #include "libcli/util/ntstatus.h" +#include "util/time.h" +#include "util/data_blob.h" /** * The hive API. This API is generally used for |