diff options
author | Kevin Walzer <kw@codebykevin.com> | 2020-12-17 03:13:48 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2020-12-17 03:13:48 (GMT) |
commit | 84b948a86c3d543d13f6006493690efd71103abb (patch) | |
tree | 85c5f4a38e6dc16850e8a3a79881c917c983b286 /unix/Makefile.in | |
parent | 031d513197465e7486f4d099e74471311c6f12b7 (diff) | |
download | tk-84b948a86c3d543d13f6006493690efd71103abb.zip tk-84b948a86c3d543d13f6006493690efd71103abb.tar.gz tk-84b948a86c3d543d13f6006493690efd71103abb.tar.bz2 |
Patch for runtime linking of libnotify
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ada98c1..587b2dc 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -297,13 +297,6 @@ 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 |