diff options
author | kevin_walzer <kevin_walzer@noemail.net> | 2014-12-13 02:47:44 (GMT) |
---|---|---|
committer | kevin_walzer <kevin_walzer@noemail.net> | 2014-12-13 02:47:44 (GMT) |
commit | cc84f482a70ff8422edd020fcdb167e9ea6fd9ba (patch) | |
tree | 1946fa6ba11274092dde7cec274732cf26f76a67 | |
parent | 0b0d72aa8b636588d06a311e4d2aa1b45e78fa59 (diff) | |
download | tk-cc84f482a70ff8422edd020fcdb167e9ea6fd9ba.zip tk-cc84f482a70ff8422edd020fcdb167e9ea6fd9ba.tar.gz tk-cc84f482a70ff8422edd020fcdb167e9ea6fd9ba.tar.bz2 |
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch
FossilOrigin-Name: ac4cd974c5cffbaa320400d6687dae6073a1e26e
-rw-r--r-- | macosx/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 333961c..02240ed 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -134,7 +134,7 @@ endif INSTALL_TARGETS = install-binaries install-libraries ifeq (${EMBEDDED_BUILD},) -INSTALL_TARGETS += install-private-headers install-demos +INSTALL_TARGETS += install-private-headers install-headers install-demos endif ifeq (${INSTALL_BUILD}_${EMBEDDED_BUILD}_${BUILD_STYLE},1__Deployment) INSTALL_TARGETS += html-tk |