diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 21:21:19 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 21:21:19 +0100 |
commit | 5688f9b13e2e58b7ed945301390188c2b40c4d60 (patch) | |
tree | 118fd01a0a90ccd77a9b9130578123f830e99c8c /lib/tevent/config.mk | |
parent | 759a3bcc88230c5232b748bb8f5a0c6e0cce128c (diff) | |
parent | ec80992ef5b54c443e41ebb91e793384907e68ba (diff) | |
download | samba-5688f9b13e2e58b7ed945301390188c2b40c4d60.tar.gz samba-5688f9b13e2e58b7ed945301390188c2b40c4d60.tar.bz2 samba-5688f9b13e2e58b7ed945301390188c2b40c4d60.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'lib/tevent/config.mk')
-rw-r--r-- | lib/tevent/config.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/tevent/config.mk b/lib/tevent/config.mk index 5f9508a44f..7654f78ecc 100644 --- a/lib/tevent/config.mk +++ b/lib/tevent/config.mk @@ -47,13 +47,11 @@ PUBLIC_HEADERS += $(addprefix $(libteventsrcdir)/, tevent.h tevent_internal.h) # TODO: Change python stuff to tevent [PYTHON::swig_events] -LIBRARY_REALNAME = samba/_events.$(SHLIBEXT) -PRIVATE_DEPENDENCIES = LIBTEVENT LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL +LIBRARY_REALNAME = tevent.$(SHLIBEXT) +PRIVATE_DEPENDENCIES = LIBTEVENT PYTALLOC LIBSAMBA-UTIL -swig_events_OBJ_FILES = $(libteventsrcdir)/events_wrap.o +swig_events_OBJ_FILES = $(libteventsrcdir)/pytevent.o -$(eval $(call python_py_module_template,samba/events.py,$(libteventsrcdir)/events.py)) - -$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL) +$(swig_events_OBJ_FILES): CFLAGS+=$(CFLAG_NO_CAST_QUAL) PC_FILES += $(libteventsrcdir)/tevent.pc |