summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-19 18:07:39 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:54 +1000
commit9a243a791b2ebc2ca31ec109fd097e43463b30e7 (patch)
treea4bb1e33fb6f9e8cea55ed8a207d1d9652eaf450 /buildtools/wafsamba/wafsamba.py
parent8caac7a1a32c69474dd8b74d1ab8181c8f6c74f0 (diff)
downloadsamba-9a243a791b2ebc2ca31ec109fd097e43463b30e7.tar.gz
samba-9a243a791b2ebc2ca31ec109fd097e43463b30e7.tar.bz2
samba-9a243a791b2ebc2ca31ec109fd097e43463b30e7.zip
build: rename samba_includes.py to samba_optimisation.py
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index c0d428e507..f17f1a0c57 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -6,7 +6,7 @@ from Configure import conf
from Logs import debug
# bring in the other samba modules
-from samba_includes import *
+from samba_optimisation import *
from samba_utils import *
from samba_autoconf import *
from samba_patterns import *