summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-09-23 22:20:48 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-09-23 22:20:48 (GMT)
commit08ada7da6ce675925377b919a18a3316c5e82a2d (patch)
treef3bf8c7a9e8285d38e68b5e3b6a14a3e2bca1122 /unix/Makefile.in
parentd40550f463e5c49bedc0e38f4662c95c6f8791ab (diff)
downloadtk-08ada7da6ce675925377b919a18a3316c5e82a2d.zip
tk-08ada7da6ce675925377b919a18a3316c5e82a2d.tar.gz
tk-08ada7da6ce675925377b919a18a3316c5e82a2d.tar.bz2
Update makefile template
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 8ab2359..f215859 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -297,6 +297,13 @@ REZ_SWITCHES = @REZ_FLAGS@ -i $(GENERIC_DIR) -i $(TCL_GENERIC_DIR)
XFT_CFLAGS = @XFT_CFLAGS@
XFT_LIBS = @XFT_LIBS@
+# support for libnotify
+GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_LIBS = @GLIB_LIBS@
+LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
+LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
+
+
#----------------------------------------------------------------
# The information below is modified by the configure script when
# Makefile is generated from Makefile.in. You shouldn't normally