mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
11 lines
319 B
Makefile
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
|