diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-02 07:38:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-02 07:38:30 (GMT) |
commit | 9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc (patch) | |
tree | abff9be91191390ce0a78d7ed8079aaed1039c80 /unix | |
parent | 680d64bf4fb452c483bcc0bd18fc41c6ff50590e (diff) | |
download | tk-9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc.zip tk-9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc.tar.gz tk-9e1c5266c042df7a0f76a8c5cd13094fdfc0e9fc.tar.bz2 |
Add tkUnixDefault.h to X11_PRIVATE_HDRS (patch from OpenSUSE)
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
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 |