mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
11 lines
308 B
Makefile
11 lines
308 B
Makefile
# TODO: Change python stuff to tevent
|
|
[PYTHON::swig_events]
|
|
LIBRARY_REALNAME = tevent.$(SHLIBEXT)
|
|
PRIVATE_DEPENDENCIES = LIBTEVENT PYTALLOC LIBSAMBA-UTIL
|
|
|
|
swig_events_OBJ_FILES = $(libteventsrcdir)/pytevent.o
|
|
|
|
$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL)
|
|
|
|
PC_FILES += $(libteventsrcdir)/tevent.pc
|