git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b24da2
)
pytevent: Add missing file.
author
Jelmer Vernooij
<jelmer@samba.org>
Tue, 23 Dec 2008 19:13:17 +0000
(20:13 +0100)
committer
Jelmer Vernooij
<jelmer@samba.org>
Tue, 23 Dec 2008 19:13:17 +0000
(20:13 +0100)
lib/tevent/python.mk
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/tevent/python.mk
b/lib/tevent/python.mk
new file mode 100644
(file)
index 0000000..
d48c4f5
--- /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