From: Andrew Bartlett Date: Tue, 6 Jan 2009 11:38:09 +0000 (+1100) Subject: Ensure libreplace is included into the tevent python bindings X-Git-Tag: samba-4.0.0alpha6~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e7fa84900a344a8d419732cb2f1d4ef4ed0aa4;p=thirdparty%2Fsamba.git Ensure libreplace is included into the tevent python bindings Without this, the samba4.tevent.python test fails Andrew Bartlett --- diff --git a/lib/tevent/python.mk b/lib/tevent/python.mk index d48c4f5b9c3..abc60fa2ce4 100644 --- a/lib/tevent/python.mk +++ b/lib/tevent/python.mk @@ -1,7 +1,7 @@ # TODO: Change python stuff to tevent [PYTHON::swig_events] LIBRARY_REALNAME = tevent.$(SHLIBEXT) -PRIVATE_DEPENDENCIES = LIBTEVENT PYTALLOC LIBSAMBA-UTIL +PRIVATE_DEPENDENCIES = LIBTEVENT PYTALLOC LIBSAMBA-UTIL LIBREPLACE swig_events_OBJ_FILES = $(libteventsrcdir)/pytevent.o