aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Makefile
blob: ed4eaae9814bed8978392f57a94c02210ea7f593 (plain)
1
2
3
4
5
6
7
8
9
TOP=../..
include $(TOP)/mk/boilerplate.mk

H_FILES = $(wildcard *.h)

includedir = $(libdir)/include
INSTALL_INCLUDES = $(H_FILES)

include $(TOP)/mk/target.mk