| # Copyright (c) 2012 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. | |
| include common.mk | |
| HEADER = suggest/types.h \ | |
| suggest/suggest.h | |
| install-header: CXX_LIBRARY(src/libsuggest.so) | |
| set -e; \ | |
| for h in $(HEADER); do \ | |
| install -D -m 0644 $(SRC)/include/$$h \ | |
| $(DESTDIR)/usr/include/$$h; \ | |
| done |