Bug 1252304 - Remove gfx/cairo/cairo/src/Makefile.in; r?chmanchester draft
authorMike Shal <mshal@mozilla.com>
Fri, 26 Feb 2016 23:18:53 -0500
changeset 336527 eeccd95a32c3b2305326e8c2b692903dac4801ab
parent 336168 c59c022943f6a7e79f6002e11fc9f56cb836f5dd
child 515428 9d5c39392654b9c26340abb01269ddd626e233ee
push id12100
push userbmo:mshal@mozilla.com
push dateThu, 03 Mar 2016 16:09:55 +0000
reviewerschmanchester
bugs1252304
milestone47.0a1
Bug 1252304 - Remove gfx/cairo/cairo/src/Makefile.in; r?chmanchester MozReview-Commit-ID: ByMJUfjpSB1
gfx/cairo/cairo/src/Makefile.in
gfx/cairo/cairo/src/moz.build
deleted file mode 100644
--- a/gfx/cairo/cairo/src/Makefile.in
+++ /dev/null
@@ -1,9 +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 += cairo_features
-cairo_features_FILES := cairo-features.h
-cairo_features_DEST = $(DIST)/include/cairo
-cairo_features_TARGET := export
-
--- a/gfx/cairo/cairo/src/moz.build
+++ b/gfx/cairo/cairo/src/moz.build
@@ -2,16 +2,17 @@
 # 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/.
 
 CONFIGURE_SUBST_FILES += ['cairo-features.h']
 
 EXPORTS.cairo += [
+    '!cairo-features.h',
     'cairo-deprecated.h',
     'cairo-platform.h',
     'cairo-rename.h',
     'cairo-tee.h',
     'cairo-version.h',
     'cairo.h',
     'pixman-rename.h',
 ]