summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-02 07:38:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-02 07:38:30 (GMT)
commit9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc (patch)
treeabff9be91191390ce0a78d7ed8079aaed1039c80 /unix/Makefile.in
parent680d64bf4fb452c483bcc0bd18fc41c6ff50590e (diff)
downloadtk-9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc.zip
tk-9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc.tar.gz
tk-9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc.tar.bz2
Add tkUnixDefault.h to X11_PRIVATE_HDRS (patch from OpenSUSE)
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index f3055fb..ce17f6d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -553,7 +553,8 @@ AQUA_XLIB_HDRS = $(XLIB_DIR)/X11/*.h $(XLIB_DIR)/xbytes.h
AQUA_PRIVATE_HDRS = $(MAC_OSX_DIR)/tkMacOSXPort.h $(MAC_OSX_DIR)/tkMacOSXInt.h
-X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h $(GENERIC_DIR)/tkIntXlibDecls.h
+X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h $(GENERIC_DIR)/tkIntXlibDecls.h \
+ $(UNIX_DIR)/tkUnixDefault.h
# Currently private, eventually public
TTK_HDRS = $(TTK_DIR)/ttkTheme.h $(TTK_DIR)/ttkDecls.h