summaryrefslogtreecommitdiff
path: root/source4/lib/events
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-21 21:50:56 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-21 21:50:56 +0200
commitb1fc7bab111fcef7f546e821f24c175bdec6865a (patch)
treecec2b27738fc0428c286ce9c9936a6d296a59320 /source4/lib/events
parent82bcf967b79321706cd19c759ea54c4465fe0d96 (diff)
downloadsamba-b1fc7bab111fcef7f546e821f24c175bdec6865a.tar.gz
samba-b1fc7bab111fcef7f546e821f24c175bdec6865a.tar.bz2
samba-b1fc7bab111fcef7f546e821f24c175bdec6865a.zip
Move some python files into the samba package.
(This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/config.mk b/source4/lib/events/config.mk
index 3e5a5e2a2f..22c54b86ed 100644
--- a/source4/lib/events/config.mk
+++ b/source4/lib/events/config.mk
@@ -57,6 +57,6 @@ PRIVATE_DEPENDENCIES = LIBEVENTS LIBSAMBA-HOSTCONFIG
swig_events_OBJ_FILES = $(libeventssrcdir)/events_wrap.o
-$(eval $(call python_py_module_template,events.py,$(libeventssrcdir)/events.py))
+$(eval $(call python_py_module_template,samba/events.py,$(libeventssrcdir)/events.py))
$(swig_events_OBJ_FILES): CFLAGS+="$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)"