diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-02 14:40:48 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-02 15:16:08 +0100 |
commit | 886df1ac86a025e6af06205872cf4b7d43c2b202 (patch) | |
tree | 2c93438628de0d2d2f189fc46dfbff7e2ef457cc /lib/tevent | |
parent | 662e05f7a92310c3e7913af06ef2e03fa593ecc2 (diff) | |
download | samba-886df1ac86a025e6af06205872cf4b7d43c2b202.tar.gz samba-886df1ac86a025e6af06205872cf4b7d43c2b202.tar.bz2 samba-886df1ac86a025e6af06205872cf4b7d43c2b202.zip |
lib/tevent: the python bindings don't use swig anymore
metze
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/python.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/tevent/python.mk b/lib/tevent/python.mk index abc60fa2ce..0c1beca675 100644 --- a/lib/tevent/python.mk +++ b/lib/tevent/python.mk @@ -1,10 +1,5 @@ -# TODO: Change python stuff to tevent -[PYTHON::swig_events] +[PYTHON::pytevent] 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 +pytevent_OBJ_FILES = $(libteventsrcdir)/pytevent.o |