michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: ifndef INCLUDED_CONFIG_MK michael@0: $(error Must include config.mk before this file.) michael@0: endif michael@0: michael@0: ifdef WEBRTC_CONFIG_INCLUDED michael@0: $(error Must not include webrtc-config.mk twice.) michael@0: endif michael@0: michael@0: WEBRTC_CONFIG_INCLUDED = 1 michael@0: michael@0: EXTRA_DEPS += $(topsrcdir)/media/webrtc/webrtc-config.mk michael@0: michael@0: LOCAL_INCLUDES += \ michael@0: -I$(topsrcdir)/media/webrtc/trunk/webrtc \ michael@0: $(NULL)