summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-23 19:59:57 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-23 19:59:57 +0100
commit8b24da201b78ddda3738564f2d69c96ab4ed9919 (patch)
treeeb005ecc100841f1b97d88354e735ae304abd297 /lib
parent22703bf3ffc3692a719d6bd593d3705697045bea (diff)
downloadsamba-8b24da201b78ddda3738564f2d69c96ab4ed9919.tar.gz
samba-8b24da201b78ddda3738564f2d69c96ab4ed9919.tar.bz2
samba-8b24da201b78ddda3738564f2d69c96ab4ed9919.zip
Allow using external libtevent.
Diffstat (limited to 'lib')
-rw-r--r--lib/tevent/config.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/tevent/config.mk b/lib/tevent/config.mk
index 01c628cd2c..e4fb9a8088 100644
--- a/lib/tevent/config.mk
+++ b/lib/tevent/config.mk
@@ -44,14 +44,3 @@ CFLAGS = -I../lib/tevent
LIBTEVENT_OBJ_FILES = $(addprefix $(libteventsrcdir)/, tevent.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o)
PUBLIC_HEADERS += $(addprefix $(libteventsrcdir)/, tevent.h tevent_internal.h)
-
-# TODO: Change python stuff to tevent
-[PYTHON::swig_events]
-LIBRARY_REALNAME = tevent.$(SHLIBEXT)
-PRIVATE_DEPENDENCIES = LIBTEVENT PYTALLOC LIBSAMBA-UTIL
-
-swig_events_OBJ_FILES = $(libteventsrcdir)/pytevent.o
-
-$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL)
-
-PC_FILES += $(libteventsrcdir)/tevent.pc