diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-09-23 21:12:26 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-09-23 21:12:26 -0400 |
commit | 446e052cda90c453ccfa49713c2f23bea2d971cf (patch) | |
tree | 9ef8e2583edcfc5733934019368ceb56652ef011 /accessible | |
parent | efec13b933e6de5061000529e5715d035fa3c0b3 (diff) | |
download | aura-central-446e052cda90c453ccfa49713c2f23bea2d971cf.tar.gz |
Issue %3003 - Move atk-1.0 to libs/
Diffstat (limited to 'accessible')
-rw-r--r-- | accessible/atk/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessible/atk/moz.build b/accessible/atk/moz.build index 3a8b6b443..4a75afa82 100644 --- a/accessible/atk/moz.build +++ b/accessible/atk/moz.build @@ -39,7 +39,7 @@ LOCAL_INCLUDES += [ '/accessible/ipc/other', '/accessible/xpcom', '/accessible/xul', - '/other-licenses/atk-1.0', + '/libs/atk-1.0', ] FINAL_LIBRARY = 'xul' |