diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-14 02:05:58 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-14 02:05:58 -0500 |
commit | a1cb2ca13492432835598727b52a1e835d145011 (patch) | |
tree | c512e0749df6cb4dd95b6f97e495743050a7fa7c /components/directory | |
parent | bf750fa2d3a9ed1a68452eb627015f14421b1841 (diff) | |
download | aura-central-a1cb2ca13492432835598727b52a1e835d145011.tar.gz |
Issue %3005 - Follow-up: Actually build the directory component correctly
Diffstat (limited to 'components/directory')
-rw-r--r-- | components/directory/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/directory/moz.build b/components/directory/moz.build index 17fc3a026..e5007fca6 100644 --- a/components/directory/moz.build +++ b/components/directory/moz.build @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -XPIDL_SOURCES += ['nsIHTTPIndex.idl'] +XPIDL_SOURCES += ['public/nsIHTTPIndex.idl'] SOURCES += ['src/nsDirectoryViewer.cpp'] |