From a7e7fa84900a344a8d419732cb2f1d4ef4ed0aa4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 6 Jan 2009 22:38:09 +1100 Subject: Ensure libreplace is included into the tevent python bindings Without this, the samba4.tevent.python test fails Andrew Bartlett --- lib/tevent/python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tevent/python.mk b/lib/tevent/python.mk index d48c4f5b9c..abc60fa2ce 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 -- cgit