blob: a1afe210b535100a611b074fd244c8147780b96e [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
## Process this file with automake to produce Makefile.in
SUBDIRS = src
# Install only the .bfd file, which is the only file used on Chromium OS.
dist_pkgdata_DATA = @PROVIDERDB_BFD@
EXTRA_DIST = mobile-broadband-provider-info.pc.in
pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = mobile-broadband-provider-info.pc
check-local:
xmllint --valid --noout @PROVIDERDB_XML@ || exit 1;
@PROVIDERDB_BFD@: @PROVIDERDB_XML@
xsltproc --nonet --output $@ @PROVIDERDB_CONVERTER@ $<