1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00
samba-mirror/lib/tevent/python.mk
Andrew Bartlett a7e7fa8490 Ensure libreplace is included into the tevent python bindings
Without this, the samba4.tevent.python test fails

Andrew Bartlett
2009-01-06 22:44:45 +11:00

11 lines
319 B
Makefile

# TODO: Change python stuff to tevent
[PYTHON::swig_events]
LIBRARY_REALNAME = tevent.$(SHLIBEXT)
PRIVATE_DEPENDENCIES = LIBTEVENT PYTALLOC LIBSAMBA-UTIL LIBREPLACE
swig_events_OBJ_FILES = $(libteventsrcdir)/pytevent.o
$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL)
PC_FILES += $(libteventsrcdir)/tevent.pc