summaryrefslogtreecommitdiff
path: root/lib/tevent/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-20 21:19:48 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-20 21:19:48 +0100
commitec80992ef5b54c443e41ebb91e793384907e68ba (patch)
treed453b7df628a89e236cebf9426d5c80e674c8e6a /lib/tevent/config.mk
parent9b16a5ac163025c49b40b7f32f6145da46cd75b8 (diff)
downloadsamba-ec80992ef5b54c443e41ebb91e793384907e68ba.tar.gz
samba-ec80992ef5b54c443e41ebb91e793384907e68ba.tar.bz2
samba-ec80992ef5b54c443e41ebb91e793384907e68ba.zip
Fix tevent python module build as part of samba 4.
Diffstat (limited to 'lib/tevent/config.mk')
-rw-r--r--lib/tevent/config.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/tevent/config.mk b/lib/tevent/config.mk
index 5f9508a44f..7654f78ecc 100644
--- a/lib/tevent/config.mk
+++ b/lib/tevent/config.mk
@@ -47,13 +47,11 @@ PUBLIC_HEADERS += $(addprefix $(libteventsrcdir)/, tevent.h tevent_internal.h)
# TODO: Change python stuff to tevent
[PYTHON::swig_events]
-LIBRARY_REALNAME = samba/_events.$(SHLIBEXT)
-PRIVATE_DEPENDENCIES = LIBTEVENT LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL
+LIBRARY_REALNAME = tevent.$(SHLIBEXT)
+PRIVATE_DEPENDENCIES = LIBTEVENT PYTALLOC LIBSAMBA-UTIL
-swig_events_OBJ_FILES = $(libteventsrcdir)/events_wrap.o
+swig_events_OBJ_FILES = $(libteventsrcdir)/pytevent.o
-$(eval $(call python_py_module_template,samba/events.py,$(libteventsrcdir)/events.py))
-
-$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)
+$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL)
PC_FILES += $(libteventsrcdir)/tevent.pc