From 15514f21e7428f6a61c246a93e4891715296b8ad Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 1 Mar 2016 09:17:29 +0100 Subject: [PATCH] Bug 1252094 - Export necko-config.h from moz.build; r=ted --- netwerk/Makefile.in | 8 -------- netwerk/moz.build | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 netwerk/Makefile.in diff --git a/netwerk/Makefile.in b/netwerk/Makefile.in deleted file mode 100644 index ab3a7e9c507..00000000000 --- a/netwerk/Makefile.in +++ /dev/null @@ -1,8 +0,0 @@ -# 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/. - -INSTALL_TARGETS += neckoconfig -neckoconfig_FILES := necko-config.h -neckoconfig_DEST = $(DIST)/include -neckoconfig_TARGET := export diff --git a/netwerk/moz.build b/netwerk/moz.build index 3cf12a5a9d6..dd476e7df2c 100644 --- a/netwerk/moz.build +++ b/netwerk/moz.build @@ -34,3 +34,4 @@ DIRS += ['build'] TEST_DIRS += ['test'] CONFIGURE_DEFINE_FILES += ['necko-config.h'] +EXPORTS += ['!necko-config.h']