diff options
author | Lukas Larsson <[email protected]> | 2010-10-22 15:45:46 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-10-22 15:49:58 +0200 |
commit | 735dc6c4f7ef51f3ef64ad60382f8a09ca6b9451 (patch) | |
tree | 74838caf04dec149a7039d29084da451a03bfdea /lib | |
parent | 3f94c5d350467c1913ecdea042c6a85a0060256f (diff) | |
parent | 0de086094e295119dafa14eb3b02884a538fedcc (diff) | |
download | otp-735dc6c4f7ef51f3ef64ad60382f8a09ca6b9451.tar.gz otp-735dc6c4f7ef51f3ef64ad60382f8a09ca6b9451.tar.bz2 otp-735dc6c4f7ef51f3ef64ad60382f8a09ca6b9451.zip |
Merge branch 'maint-r14' into dev
* maint-r14:
Prepare release
Add vts.tool to priv exports for unix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/priv/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 6372bbc8d5..a6ac0f1a02 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -56,8 +56,8 @@ ifneq ($(findstring win32,$(TARGET)),win32) # # Files # -FILES = -SCRIPTS = +FILES = vts.tool +SCRIPTS = IMAGES = tile1.jpg # |