summaryrefslogtreecommitdiffstats
path: root/macosx
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)
commita6b1deacd2439cbb1d610f686e868cc160f6d0c7 (patch)
tree2edf2272a596975aa5aad4c1047b7273761e278c /macosx
parent99b463e37b86da9150e7fe848648ec70445e97b8 (diff)
downloadtk-a6b1deacd2439cbb1d610f686e868cc160f6d0c7.zip
tk-a6b1deacd2439cbb1d610f686e868cc160f6d0c7.tar.gz
tk-a6b1deacd2439cbb1d610f686e868cc160f6d0c7.tar.bz2
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch
Diffstat (limited to 'macosx')
-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