pytevent: Add missing file.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 19:13:17 +0000 (20:13 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 19:13:17 +0000 (20:13 +0100)
lib/tevent/python.mk [new file with mode: 0644]

diff --git a/lib/tevent/python.mk b/lib/tevent/python.mk
new file mode 100644 (file)
index 0000000..d48c4f5
--- /dev/null
@@ -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