diff options
author | Lukas Larsson <[email protected]> | 2012-07-19 16:58:51 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-07-19 16:58:51 +0200 |
commit | e654efdc00b7ed658de589faab6df0f67b2b62e7 (patch) | |
tree | bd6d0ebe19628257fbf2eabf674dd077f5f26e38 /lib | |
parent | a27bd23a91bcd8bbfc9a68729282986d4cd445ba (diff) | |
download | otp-e654efdc00b7ed658de589faab6df0f67b2b62e7.tar.gz otp-e654efdc00b7ed658de589faab6df0f67b2b62e7.tar.bz2 otp-e654efdc00b7ed658de589faab6df0f67b2b62e7.zip |
Fix installation of javascript files on windows
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/priv/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index c99b8c3dc1..2f06f7df65 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -108,6 +108,7 @@ else FILES = vts.tool IMAGES = tile1.jpg CSS = ct_default.css +JS = jquery-latest.js jquery.tablesorter.min.js # # Rules |