diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 20:13:17 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 20:13:17 +0100 |
commit | 31dc07ee2868c99792e0f71239f79ba49062e7e2 (patch) | |
tree | 7dc436ae1375c582f0cc1fba4160673786269d76 | |
parent | 8b24da201b78ddda3738564f2d69c96ab4ed9919 (diff) | |
download | samba-31dc07ee2868c99792e0f71239f79ba49062e7e2.tar.gz samba-31dc07ee2868c99792e0f71239f79ba49062e7e2.tar.bz2 samba-31dc07ee2868c99792e0f71239f79ba49062e7e2.zip |
pytevent: Add missing file.
-rw-r--r-- | lib/tevent/python.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tevent/python.mk b/lib/tevent/python.mk new file mode 100644 index 0000000000..d48c4f5b9c --- /dev/null +++ b/lib/tevent/python.mk @@ -0,0 +1,10 @@ +# 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 |