summaryrefslogtreecommitdiffstats
path: root/macosx/GNUmakefile
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-12-13 02:50:26 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-12-13 02:50:26 (GMT)
commit45e6cfa9bb0f23aa6e621cbc5e915279df90c809 (patch)
treec1c05b706a37af587baaa7f3dd12d593558b7ed2 /macosx/GNUmakefile
parent2c1333deec2db1201321ba1f7fa6230d85e8bd2d (diff)
downloadtk-45e6cfa9bb0f23aa6e621cbc5e915279df90c809.zip
tk-45e6cfa9bb0f23aa6e621cbc5e915279df90c809.tar.gz
tk-45e6cfa9bb0f23aa6e621cbc5e915279df90c809.tar.bz2
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 333961c..f3299e2 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -132,7 +132,7 @@ wish := ${wish}-X11
override EMBEDDED_BUILD :=
endif
-INSTALL_TARGETS = install-binaries install-libraries
+INSTALL_TARGETS = install-binaries install-headers install-libraries
ifeq (${EMBEDDED_BUILD},)
INSTALL_TARGETS += install-private-headers install-demos
endif