summaryrefslogtreecommitdiffstats
path: root/am_edit
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:45:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-11 22:45:55 +0900
commite9976e36f6fd5f3f646442b2ef9d29ef42e7a0a6 (patch)
treeb561c512cdfe283efc44d4ea3516fa894c85c04f /am_edit
parente45962e5cb7db8ad4566669fa6a2125b166f8b0a (diff)
downloadadmin-e9976e36.tar.gz
admin-e9976e36.zip
Use tquic directly instead of uic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'am_edit')
-rw-r--r--am_edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/am_edit b/am_edit
index 3f66c65..b4b4f37 100644
--- a/am_edit
+++ b/am_edit
@@ -229,7 +229,7 @@ sub processMakefile ($)
local $allidls = "";
local $idl_output = "";# lists all idl generated files for cleantarget
- local $ui_output = "";# lists all uic generated files for cleantarget
+ local $ui_output = "";# lists all tquic generated files for cleantarget
local $kcfg_output = "";# lists all kcfg generated files for cleantarget
local %dependmocs = ();