diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-01-06 22:38:09 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-01-06 22:44:45 +1100 |
commit | a7e7fa84900a344a8d419732cb2f1d4ef4ed0aa4 (patch) | |
tree | 9e14598cb2d1b85a8cab1cbf6278ba75c350d3c4 /lib/tevent | |
parent | 8b7f66c548ed170d2dab0c91ccff4aca00f4b52d (diff) | |
download | samba-a7e7fa84900a344a8d419732cb2f1d4ef4ed0aa4.tar.gz samba-a7e7fa84900a344a8d419732cb2f1d4ef4ed0aa4.tar.bz2 samba-a7e7fa84900a344a8d419732cb2f1d4ef4ed0aa4.zip |
Ensure libreplace is included into the tevent python bindings
Without this, the samba4.tevent.python test fails
Andrew Bartlett
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |