summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-07 11:44:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-07 11:44:27 +0200
commit3e80abcba548f353276a4f3088f9e0bb6295039c (patch)
tree778995a9642a177f89254e8a1b8fdf27d2886ff4
parent68f23556e638353e46b444d3a4863a64936bd36a (diff)
downloadadmin-3e80abcba548f353276a4f3088f9e0bb6295039c.tar.gz
admin-3e80abcba548f353276a4f3088f9e0bb6295039c.zip
Use dcopildng as the default instead of dcopidl.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--am_edit5
1 files changed, 2 insertions, 3 deletions
diff --git a/am_edit b/am_edit
index d04044c..5c48b2e 100644
--- a/am_edit
+++ b/am_edit
@@ -1262,9 +1262,8 @@ sub tag_IDLFILES ()
}
if ($allidls !~ /$source\_kidl/) {
-
- $use_ng = ($MakefileData =~ /\n$source\_DCOPIDLNG\s*=\s*(\S+)\n/);
- $dcopidl = $use_ng ? "KDECONFIG=\"\$(KDECONFIG)\" \$(TQTDCOPIDLNG)" : " \$(TQTDCOPIDL)";
+
+ $dcopidl = "KDECONFIG=\"\$(KDECONFIG)\" \$(TQTDCOPIDLNG)";
$dep_lines .= "$source.kidl: $sourcedir$source.h \$(DCOP_DEPENDENCIES)\n";
$dep_lines .= "\t$dcopidl $sourcedir$source.h > $source.kidl || ( rm -f $source.kidl ; false )\n";