diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-30 07:34:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-09-30 07:34:36 (GMT) |
commit | 296b6203712e0a79f4e8facc83cb5518adb8b292 (patch) | |
tree | 0b2a75b4c31558c929e3ed24fd8374b2924c8fc6 /win | |
parent | be3a29538266c07c2c4805144dd6f1b31eb4b06e (diff) | |
download | tk-296b6203712e0a79f4e8facc83cb5518adb8b292.zip tk-296b6203712e0a79f4e8facc83cb5518adb8b292.tar.gz tk-296b6203712e0a79f4e8facc83cb5518adb8b292.tar.bz2 |
Fix UNIX build, and eliminate possible warning in Makefile
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index cc90b71..7e48213 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -27,6 +27,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ +datarootdir = @datarootdir@ mandir = @mandir@ # The following definition can be set to non-null for special systems |