Commit 5d74e096 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted

parent 2fa6d9d9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@ VPATH = @srcdir@

include $(topsrcdir)/config/config.mk

TEST_DIRS += test

libs::
	$(PYTHON) $(srcdir)/copy_source.py $(topsrcdir) $(srcdir)/source/lib $(FINAL_TARGET)/modules/commonjs >copy_source.mk
	$(MAKE) -f copy_source.mk libs

addon-sdk/moz.build

0 → 100644
+7 −0
Original line number Diff line number Diff line
# vim: set filetype=python:
# 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/.

TEST_DIRS += ['test']
+5 −0
Original line number Diff line number Diff line
# vim: set filetype=python:
# 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/.
+0 −5
Original line number Diff line number Diff line
@@ -9,10 +9,5 @@ srcdir = @srcdir@
VPATH		= @srcdir@

include $(DEPTH)/config/autoconf.mk

DIRS = public src

TEST_DIRS += test

include $(topsrcdir)/config/rules.mk

chrome/moz.build

0 → 100644
+7 −0
Original line number Diff line number Diff line
# vim: set filetype=python:
# 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/.

DIRS += ['public', 'src']
TEST_DIRS += ['test']
Loading