diff options
Diffstat (limited to 'pykdeconfig.py.in')
-rw-r--r-- | pykdeconfig.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pykdeconfig.py.in b/pykdeconfig.py.in index 6735179..9a075b1 100644 --- a/pykdeconfig.py.in +++ b/pykdeconfig.py.in @@ -57,8 +57,8 @@ class DCOPModuleMakefile(pyqtconfig.TQtModuleMakefile): if self.config.sip_version < 0x040000: # Note that we don't use self.extra_lib_dirs because we don't want # it to be added to the rpath. - self.LIBDIR.append(self.config.pykde_mod_dir) - self.LIBDIR.append(self.config.pykde_lib_dir) + self.LIBDIR.append(self.config.pytde_mod_dir) + self.LIBDIR.append(self.config.pytde_lib_dir) self.extra_libs.append(self.module_as_lib("DCOP")) pyqtconfig.TQtModuleMakefile.finalise(self) |