diff options
Diffstat (limited to 'components/rdf/util/internal/moz.build')
-rw-r--r-- | components/rdf/util/internal/moz.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/components/rdf/util/internal/moz.build b/components/rdf/util/internal/moz.build new file mode 100644 index 000000000..65e6c6fe0 --- /dev/null +++ b/components/rdf/util/internal/moz.build @@ -0,0 +1,10 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +include('../objs.mozbuild') + +SOURCES += rdf_util_src_cppsrcs + +FINAL_LIBRARY = 'xul' |