summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:34:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-04 01:34:05 -0600
commit51c1ef690e8d1ab196d501d756f37803b0ff89cf (patch)
treee065690320b48d6f7af4d01f202fd2e4e1c12a0f /configure.py
parent63ddb2ddfee2d1f4c51dbbb582d6f29f42ce446a (diff)
downloadpytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.tar.gz
pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.zip
Fix FTBFS
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 503e3df..5ba7efa 100644
--- a/configure.py
+++ b/configure.py
@@ -628,7 +628,7 @@ def generate_code(mname, imports=None, extra_cflags=None, extra_cxxflags=None, e
argv.append (pyqtcfg.pyqt_sip_dir)
pyqtInclPathSeen = 1
- elif mod == "dcop" or string.find (mod, "k") == 0:
+ elif mod == "dcop" or string.find (mod, "k") == 0 or string.find (mod, "tde") == 0:
subdir = os.path.join(srcPath("sip"), mod)
argv.append("-I")
argv.append(subdir)