summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-20 10:00:32 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-27 09:30:02 -0400
commitb408ac0deafcbedfe468b61d00ea96d778a92882 (patch)
treed4ed40f4344311be24fd32cc9c392214fd1212d5 /rules.mk
parentfa8f6166a05410472e8a3ef6a2f2e3b9b5f8d8e4 (diff)
downloadtalos-skeleton-b408ac0deafcbedfe468b61d00ea96d778a92882.tar.gz
talos-skeleton-b408ac0deafcbedfe468b61d00ea96d778a92882.zip
Add install-headers target
Install the libopenbmc_intf includes in prep for a devel package. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index fb6c000..c7075c1 100644
--- a/rules.mk
+++ b/rules.mk
@@ -3,6 +3,7 @@ TOP := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
.DEFAULT_GOAL := all
sbindir=/usr/sbin
libdir=/usr/lib
+includedir=/usr/include
LDLIBS+=$(shell pkg-config --libs $(PACKAGE_DEPS))
ALL_CFLAGS+=$(shell pkg-config --cflags $(PACKAGE_DEPS)) -fPIC -Werror $(CFLAGS)
OpenPOWER on IntegriCloud