summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-26 14:33:52 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-19 16:25:58 +0100
commitb69e72dedac5792d8c191850ea3bd4b3ff976526 (patch)
treecb2c398a7345f838a6e57474cdbc8e44be2d3d78
parent4e18c24e2e4cf567bf5c07978c9881e47cec95d0 (diff)
downloadsamba-b69e72dedac5792d8c191850ea3bd4b3ff976526.tar.gz
samba-b69e72dedac5792d8c191850ea3bd4b3ff976526.tar.bz2
samba-b69e72dedac5792d8c191850ea3bd4b3ff976526.zip
lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystem
metze
-rw-r--r--lib/util/config.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/util/config.mk b/lib/util/config.mk
index 14bdb2a277..7835fed911 100644
--- a/lib/util/config.mk
+++ b/lib/util/config.mk
@@ -5,7 +5,7 @@ PUBLIC_DEPENDENCIES = \
CHARSET EXECINFO
LIBSAMBA-UTIL_OBJ_FILES = $(addprefix $(libutilsrcdir)/, \
- xfile.o \
+ xfile.o \
debug.o \
fault.o \
signal.o \
@@ -68,6 +68,13 @@ PUBLIC_DEPENDENCIES = LIBTDB
UTIL_TDB_OBJ_FILES = $(libutilsrcdir)/util_tdb.o
+[SUBSYSTEM::UTIL_TEVENT]
+PUBLIC_DEPENDENCIES = LIBTEVENT
+
+UTIL_TEVENT_OBJ_FILES = $(addprefix $(libutilsrcdir)/, \
+ tevent_unix.o \
+ tevent_ntstatus.o)
+
[SUBSYSTEM::UTIL_LDB]
PUBLIC_DEPENDENCIES = LIBLDB